Added calculator project
This commit is contained in:
parent
1ef296f832
commit
084dbbd664
6 changed files with 144 additions and 8 deletions
|
|
@ -17,7 +17,7 @@ h1, h2, h3, a {
|
|||
font-family: 'Ubuntu', sans-serif;
|
||||
font-weight: 500;
|
||||
color: #494949
|
||||
text-transform: uppercase;
|
||||
text-transform: uppsercase;
|
||||
}
|
||||
#logo { transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}
|
||||
#biglogo { position: absolute; left: 50%; top:50%; transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;
|
||||
|
|
@ -105,9 +105,6 @@ footer a {
|
|||
}
|
||||
footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#biglogo:hover {
|
||||
|
||||
}
|
||||
#imprint h1 {
|
||||
font-family: 'Ubuntu', sans-serif;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue