-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
63 lines (59 loc) · 1005 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
body{
background:rgb(129, 129, 133);
}
section{
width: 600px;
background:rgb(65, 64, 64);
padding:30px;
font-size: 15px;
font-family: fixedsys, LucidaTerminal, monospace;
color: #FFFFFF;
text-align: left;
overflow: auto;
border: 5px solid #ffffff;
margin-left:auto;
margin-right:auto;
margin-top:50px;
margin-bottom:50px;
}
code{
white-space: pre-wrap;
}
@media (max-width: 670px){
section{
width: auto;
}
#submitButton{
margin-top: 10px;
}
}
h1 {margin-bottom:10px;margin-top:-10px;}
#input{
text-align: center;
}
#passwordInput{
width: 150px;
}
footer{
display: flex;
justify-content: center;
}
#logos{
margin-top: 70px;
position: absolute;
bottom:0px;
text-align: center;
font-family: monospace;
}
@media (max-height:640px){
#logos{
position: relative;
}
}
#instagramLogo{
width : 40px;
}
#linkedinLogo{
width: 37px;
opacity: 0.7;
}