agnes.love/bundleold.css

98 lines
1.4 KiB
CSS
Raw Normal View History

2026-06-21 06:59:48 +00:00
body {
background: #f7d0e7;
background: radial-gradient(circle,rgba(247, 208, 231, 1) 0%, rgba(209, 255, 227, 1) 100%);
font-family: Arial;
font-size:1.3em;}
header {
border: 8px hotpink inset;
width: 50%;
background:#F0D8E6;
margin:0 auto;
}
.sillyheader {
margin-right: 0;
margin-left: auto;
float:right;
position: absolute;
}
.updates {
border:1px solid hotpink;
overflow: scroll;
width: 320px;
height: 680px;
margin-right:0;
margin-left: auto;
}
.status {
font-size: 15px;
height:auto;
border: 1px solid hotpink;
}
.posts {
order: 1;
top: 50%;
height: 700px;
overflow:scroll;
width: 700px;
border: 1px solid hotpink;
}
.ugh {
width: 200px;
height: 100px;
overflow: scroll;
border: 1px solid hotpink;
}
header img {
width: 300px;
height: 297px;
display: block;
margin: 0 auto;
}
.intro {
width:400px;
height: 700px;
border: 1px solid hotpink;
}
.main {
text-align: center;
display: flex;
flex-flow: row;
gap: 3px;
justify-content: center;
}
.main img {
align-self: center;
}
section {
border: 8px hotpink inset;
margin: 0 auto;
padding: 1%;
width: 60%;
align-content: center;
text-align: center;}
a {
color: #300023;
text-decoration: underline;
text-decoration-style: dashed;
}
nav {
padding: 0.5%;
width: 50%;
background:#F0D8E6;
margin: 0 auto;
border: 8px hotpink inset;
text-align: center;
}
footer {
padding:1%;
width: 60%;
border: 8px hotpink inset;
margin: 0 auto;
}