mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-10 13:52:04 +00:00
Update 4.css
This commit is contained in:
17
4.css
17
4.css
@ -135,11 +135,10 @@ h6{
|
||||
text-align:center;
|
||||
border-radius:5px;
|
||||
background-color:#0077ff;
|
||||
color:#ffffff;
|
||||
color:#fff;
|
||||
display:flex;
|
||||
justify-content: space-around;
|
||||
flex-wrap: wrap;
|
||||
-webkit-text-stroke: 1px black;
|
||||
}
|
||||
div{
|
||||
display:block;
|
||||
@ -185,27 +184,27 @@ div.subSpace{
|
||||
}
|
||||
h1{
|
||||
color:#000000;
|
||||
border-radius: 5px;
|
||||
background-color:#ffffff;
|
||||
margin-left:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
font-weight:700;
|
||||
font-size:130px;
|
||||
text-align: center;
|
||||
-webkit-text-stroke: 3px black;
|
||||
-moz-text-stroke:3px black;
|
||||
paint-order:stroke fill;
|
||||
|
||||
}
|
||||
h2{
|
||||
color:#ffffff;
|
||||
color:#333;
|
||||
background-color:#ffffff;
|
||||
border-radius:5px;
|
||||
margin-left:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
font-weight:700;
|
||||
font-size:40px;
|
||||
text-align: center;
|
||||
-webkit-text-stroke: 2px black;
|
||||
-moz-text-stroke:3px black;
|
||||
paint-order:stroke fill;
|
||||
|
||||
}
|
||||
h3{
|
||||
color:#000000;
|
||||
|
||||
Reference in New Issue
Block a user