mirror of
https://github.com/TronoSfera/Homework.git
synced 2026-05-18 10:03:43 +03:00
57 lines
No EOL
784 B
CSS
57 lines
No EOL
784 B
CSS
.footer {
|
|
text-align: center;
|
|
color: #777;
|
|
}
|
|
|
|
p {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a,
|
|
a:link {
|
|
color: blue;
|
|
}
|
|
|
|
a:visited {
|
|
color: blueviolet;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:active,
|
|
a:focus {
|
|
color: orangered;
|
|
}
|
|
|
|
.m_menu li {
|
|
display: inline;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
white-space: nowrap;
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.m_menu a:hover {
|
|
text-decoration: none;
|
|
color: rgb(110, 145, 57);
|
|
}
|
|
|
|
.Project {
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
padding: 5px;
|
|
border: blue solid 1px;
|
|
}
|
|
|
|
.s_project {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
font-weight: 600;
|
|
} |