mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-11 06:12:05 +00:00
Update 4.css
This commit is contained in:
30
4.css
30
4.css
@ -7,6 +7,9 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
p{
|
||||||
|
margin-left:10px;
|
||||||
|
}
|
||||||
a{
|
a{
|
||||||
color: #0077ff;
|
color: #0077ff;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -22,7 +25,10 @@ a:hover{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.full_page{
|
.full_page{
|
||||||
width:50vw;
|
/*width:50vw;*/
|
||||||
|
width:90vw;
|
||||||
|
max-width: 986px;
|
||||||
|
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
@ -68,7 +74,8 @@ a:hover{
|
|||||||
background-size:cover;
|
background-size:cover;
|
||||||
}
|
}
|
||||||
div.pageText{
|
div.pageText{
|
||||||
width:50vw;
|
width:90vw;
|
||||||
|
max-width: 986px;
|
||||||
padding-top:20px;
|
padding-top:20px;
|
||||||
background-color:#d1d1d1;
|
background-color:#d1d1d1;
|
||||||
border-color:#ffffff;
|
border-color:#ffffff;
|
||||||
@ -79,7 +86,8 @@ div.pageText{
|
|||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
div.pageBanner{
|
div.pageBanner{
|
||||||
width:50vw;
|
width:90vw;
|
||||||
|
max-width: 986px;
|
||||||
background-color:#0077ff;
|
background-color:#0077ff;
|
||||||
border-color:#0077ff;
|
border-color:#0077ff;
|
||||||
border:3px solid;
|
border:3px solid;
|
||||||
@ -88,7 +96,8 @@ div.pageBanner{
|
|||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
div.terminator{
|
div.terminator{
|
||||||
width:50vw;
|
width:90vw;
|
||||||
|
max-width: 986px;
|
||||||
padding-top:1px;
|
padding-top:1px;
|
||||||
background-color:#d1d1d1;
|
background-color:#d1d1d1;
|
||||||
border-color:#ffffff;
|
border-color:#ffffff;
|
||||||
@ -98,7 +107,8 @@ div.terminator{
|
|||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
div.main{
|
div.main{
|
||||||
width:50vw;
|
width:90vw;
|
||||||
|
max-width: 986px;
|
||||||
padding-top:1px;
|
padding-top:1px;
|
||||||
background-color:#d1d1d1;
|
background-color:#d1d1d1;
|
||||||
border-color:#ffffff;
|
border-color:#ffffff;
|
||||||
@ -109,7 +119,7 @@ div.main{
|
|||||||
|
|
||||||
h6 span{
|
h6 span{
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
width:calc(20% - 23px);
|
width:calc(23% - 23px);
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
font-size:30px;
|
font-size:30px;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
@ -184,6 +194,7 @@ div.subSpace{
|
|||||||
}
|
}
|
||||||
h1{
|
h1{
|
||||||
color:#000000;
|
color:#000000;
|
||||||
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
@ -196,6 +207,7 @@ h1{
|
|||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
color:#333;
|
color:#333;
|
||||||
|
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
@ -235,7 +247,8 @@ hr.intro{
|
|||||||
color:#000000;
|
color:#000000;
|
||||||
}
|
}
|
||||||
#bttn{
|
#bttn{
|
||||||
width: 1054px;
|
width:90vw;
|
||||||
|
max-width: 986px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
padding-top: 30vh;
|
padding-top: 30vh;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
@ -243,7 +256,8 @@ hr.intro{
|
|||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
}
|
}
|
||||||
div.main_info_scroll{
|
div.main_info_scroll{
|
||||||
width:50vw;
|
width:90vw;
|
||||||
|
max-width: 986px;
|
||||||
padding-top:1px;
|
padding-top:1px;
|
||||||
background:#d1d1d1;
|
background:#d1d1d1;
|
||||||
border-color:#333333;
|
border-color:#333333;
|
||||||
|
|||||||
Reference in New Issue
Block a user