34 lines
599 B
CSS
34 lines
599 B
CSS
.obout_block {
|
|
width: 80%;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
background-color:#7fc3ff;
|
|
border-radius: 22px;
|
|
}
|
|
.about_text {
|
|
width: 90%;
|
|
text-align: justify;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
color: #ffffff;
|
|
font: bold;
|
|
}
|
|
#moona_img {
|
|
width: 90%;
|
|
margin-left: 5%;
|
|
border-radius: 55px;
|
|
}
|
|
.contact {
|
|
width: 80%;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
background-color: #58cdf5;
|
|
margin-top: 20px;
|
|
border-radius: 25px;
|
|
}
|
|
.contact_content {
|
|
width: 80%;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
color: #ffffff;
|
|
} |