Skip to content

Instantly share code, notes, and snippets.

@onokatio
Created October 7, 2019 13:53
Show Gist options
  • Save onokatio/1fa539009fb491d5c8d8e38b497e19ec to your computer and use it in GitHub Desktop.
Save onokatio/1fa539009fb491d5c8d8e38b497e19ec to your computer and use it in GitHub Desktop.
body {
background-image: url("back.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size:cover;
}
.nav {
background: #000000;
color: #ffffff;
/* margin: 0 0;
padding: 0 0;*/
width: 100%;
}
.title {
color: #dddddd;
}
.q {
background: #eeeeee;
/* color: #ff0000;*/
margin-top: 1%;
padding: 1% 2%;
width: 70%;
/* padding: 20px 10px;*/
}
.flag{
margin-top: 8%;
}
.input-group-addon {
background: #ffffff;
}
hr {
border:none;
border-top:solid 1px #CCCCCC;
height:1px;
margin-top: 0;
/* color:#FFFFFF*/
}
.alert {
position:absolute;
width: 70%;
/* margin-top: 1%;
margin-bottom: 1%;*/
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment