Added calculator project

This commit is contained in:
BuildTools 2021-03-03 09:47:11 +01:00
parent 1ef296f832
commit 084dbbd664
6 changed files with 144 additions and 8 deletions

View file

@ -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;