1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00

style fix

This commit is contained in:
Lukas Winkler 2017-12-11 18:47:15 +01:00
parent 88ce50fa17
commit d65666da92
3 changed files with 9 additions and 15 deletions

View file

@ -2,7 +2,7 @@
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Title</title>
<title>nonsense</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

View file

@ -19,7 +19,9 @@ body, html {
#buttonwrapper {
position: fixed;
top: 50px;
text-decoration: none; }
text-decoration: none;
display: flex;
align-items: center; }
#buttonwrapper:hover {
text-decoration: none; }
#buttonwrapper:hover #icon {
@ -28,7 +30,8 @@ body, html {
#icon {
width: 70px;
height: 70px;
transition: transform .3s; }
transition: transform .3s;
margin-right: 10px; }
#button {
color: white;

View file

@ -26,6 +26,8 @@ body, html {
position: fixed;
top: 50px;
text-decoration: none;
display: flex;
align-items: center;
&:hover {
text-decoration: none; #icon {
transform: rotate(90deg);
@ -37,23 +39,12 @@ body, html {
width: 70px;
height: 70px;
transition: transform .3s;
margin-right: 10px;
}
#button {
//background-color: $famousYellow;
//border: none;
color: white;
//cursor: pointer;
//display: inline-block;
//font-size: 1.1rem;
//font-weight: 700;
//height: 3.8rem;
//letter-spacing: .1rem;
//line-height: 3.8rem;
//padding: 0 3.0rem;
//text-align: center;
text-transform: uppercase;
//white-space: nowrap;
}
#name {