Added dot image for Title on main page.
This commit is contained in:
parent
a1850f2118
commit
e248385c5c
1 changed files with 8 additions and 3 deletions
|
@ -25,6 +25,7 @@ body {
|
||||||
height: 100%; /* IE6: treaded as min-height*/;
|
height: 100%; /* IE6: treaded as min-height*/;
|
||||||
min-height: 100%; /* real browsers */
|
min-height: 100%; /* real browsers */
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -501,6 +502,7 @@ ul#header-nav {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
/* margin-right: 13px; */
|
/* margin-right: 13px; */
|
||||||
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapsible {
|
.collapsible {
|
||||||
|
@ -739,7 +741,7 @@ ul#main-nav {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: -46px;
|
margin-top: -46px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-size: 1em;
|
font-size: 1.2rem;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -796,9 +798,12 @@ ul#main-nav {
|
||||||
#Titleproject {
|
#Titleproject {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #8B4513;
|
color: #8B4513;
|
||||||
font-size: 1.4em;
|
font-size: 1.4rem;
|
||||||
padding: 0 0px 10px 20px;
|
padding: 0 0px 10px 25px;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
|
background-image: url(../images/circle.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.aboutProject {
|
p.aboutProject {
|
||||||
|
|
Loading…
Add table
Reference in a new issue