Skip to content

Instantly share code, notes, and snippets.

@noestreich
Created January 19, 2017 12:58
Show Gist options
  • Save noestreich/881ea2b874269b11bad1f6d90c6fb8c3 to your computer and use it in GitHub Desktop.
Save noestreich/881ea2b874269b11bad1f6d90c6fb8c3 to your computer and use it in GitHub Desktop.
Fritz!Box LED-Schalter
header {
width:100%;
position:relative;
top:0;
left:0;
background-color:#006ec0;
color:white;
font-size:50px;
text-align:center;
font-family:Arial;
padding-top:15px;
padding-bottom:15px;
}
header > img {
color:yellow;
font-size:33%;
float:left;
margin-left:30px;
}
body {
background-color:#f0eee6;
font-family: Arial;
}
div > form {
text-align:center;
border:solid gray 1px;
background:white;
width:33%;
padding:3%;
margin:10% 33% 10% 33%;
}
div > form > label {
display:block;
text-align:center;
}
div > form > button {
background-color:#006ec0;
border:0px; color:white;
font-size:23px;
min-width:100px;
padding:10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment