CS50_Labs/Lab8/homepage/styles.css

29 lines
334 B
CSS

button{
border-radius: 10px;
border-style: none;
}
.menu{
text-align: center;
margin-bottom: 1%;
}
.contact{
text-align: center;
margin: 2%;
}
.row_last{
margin-bottom:5%;
}
.interests{
text-align: center;
}
.interests > ul {
display: inline-block;
}
footer p {
text-align: center;
}
.wrapper{
text-align:center;
}