forked from stud203834/Cooking
САЙТ 2.0
This commit is contained in:
parent
3ba54f3753
commit
0350695bcd
@ -2,14 +2,14 @@ body {
|
|||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: linear-gradient(to right, #e0f7fa, #80deea);
|
background: linear-gradient(to right, #e0f7fa, #ea80a3);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background: #007c80;
|
background: #750080;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -18,7 +18,7 @@ header {
|
|||||||
.title {
|
.title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 20px 40px;
|
padding: 20px 40px;
|
||||||
border: 3px solid #007c80;
|
border: 3px solid #660080;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
@ -42,13 +42,13 @@ nav a {
|
|||||||
color: white;
|
color: white;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
background-color: #007c80;
|
background-color: #6b0080;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:hover {
|
nav a:hover {
|
||||||
background-color: #005f60;
|
background-color: #600058;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
@ -108,7 +108,7 @@ th, td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background-color: #007c80;
|
background-color: #7c0080;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -119,7 +119,7 @@ tr:nth-child(even) {
|
|||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
background: #007c80;
|
background: #80007a;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user