-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (48 loc) 路 815 Bytes
/
Copy pathstyle.css
File metadata and controls
51 lines (48 loc) 路 815 Bytes
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
body{
background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
height: 100vh;
}
.col-md-7{
margin-top: 8% !important;
background-color: white;
padding: 10px;
padding-left: 20px !important;
border-radius: 4%;
/* margin: 0px 12px !important; */
}
li{
margin: 10px;
}
input[type=button]{
padding-left: 10px !important;
margin: 10px;
}
h2{
margin: 5px !important;
}
h1{
background-color: #1D8FE1;
color: white;
padding-bottom: 5px;
}
footer{
width: 100%;
text-align: center;
padding-top: 16px;
color: white;
bottom: 0% !important;
}
.container img{
margin-top: 24px;
border-radius: 50%;
width: 62px;
height: 64px;
/* display: inline; */
}
@media (max-width: 600px) {
/* CSS rules go here */
.container img{
margin: auto;
margin-top: 24px;
}
}