vdk2ch/styles/style.css
Cadyrov 84a1d3a90f
All checks were successful
continuous-integration/drone/push Build is passing
add dick
2022-10-18 01:07:50 +10:00

126 lines
2.2 KiB
CSS

body {
margin: 0;
padding: 0;
width: 100%;
background-color: beige;
}
a:hover {
color:rgb(221, 72, 18);
}
.main_link {
font-size: 28px;
line-height: 32px;
text-decoration: none;
font-weight: 650;
color: rgb(255, 102, 0);
}
.hello {
border-radius: 4px;
width: 700px;
background-color: orange;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
}
.hellotext {color: white;
text-align: center;
font-size: 30px;
font-weight: 800;
text-transform: uppercase;}
.message {
margin-top: 10px;
border-radius: 8px;
background-color: bisque;
width: 700px;
min-height: 50px;
margin-left: auto;
margin-right: auto;
display: flex;
min-height: 200px;
}
.message_img {width: 200px;
background-image: url(../img/16660159673780.jpg);
background-size:cover;
}
.message_img:hover {
background-image: url(../img/16660159673781.jpg);
}
.messagecontent {
padding-left: 10px;
padding-top: 10px;
}
.textplace {width: 550px;
border-radius: 10px 0px 0px 10px;}
.messagewraper {width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
display: flex;
}
.button {width: 150px;
display: block;
background-color: rgb(255, 84, 22);
cursor: pointer;
border-radius: 0px 10px 10px 0px;}
h1 {
color: brown;
font-size: 72px;
}
.title {
font-style: italic;
}
.button:hover {
background-color: blue;
}
.main-wrapper {
width: 720px;
padding-left: 10px;
padding-right: 10px;
background-color: #afacac;
margin-left: auto;
margin-right: auto;
}
.ugly {
display: block;
width: 500px;
padding-top: 30px;
padding-bottom: 30px;
margin-left: auto;
margin-right: auto;
background-color: chartreuse;
}
.ugly:hover {
background-color: darkgoldenrod;
}
.catalog {
display: flex;
justify-content: space-between;
padding-left: 10px;
padding-right: 10px;
margin-top: 15px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.section {
width: 200px;
background-color: #cac9c9;
padding: 10px;
}
.link {text-decoration: none;
color: rgb(255, 102, 0);
font-size: 18px;
line-height: 20px;
font-weight: 600;
}