neocities/styles.css

22 lines
356 B
CSS

body {
background-color: #fbf1c7;
}
#maindiv {
border: 10px;
border-style: solid;
border-color: red;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 50px 300px;
background-color: #cece42;
}
#linooks {
border: 10px;
border-style: solid;
border-color: red;
}