fix
This commit is contained in:
parent
efee860f2e
commit
ff92fb7ad8
@ -4,6 +4,17 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: beige;
|
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 {
|
.hello {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
@ -100,14 +111,4 @@ ul {
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
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);
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user