-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (76 loc) · 1.35 KB
/
style.css
File metadata and controls
94 lines (76 loc) · 1.35 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@font-face {
font-family: 'Norse Bold';
src: url('assets/fonts/Norse-Bold.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
body {
background-color: #000;
}
.col{
padding: 0;
}
aside {
font-family: 'Norse Bold', sans-serif;
height: 100%;
background-image: url("assets/images/greenBG.jpg");
background-size: cover;
background-repeat: no-repeat;
font-size: 50px;
color: #fff;
}
.logoDiv {
background-color: rgba(0, 0, 0, 0.6);
width: 100%;
}
.odinLogo {
padding-bottom: 15px;
}
.credit {
bottom: 0;
font-family: sans-serif;
font-size: 12px;
a {
color: rgba(255, 255, 255, 0.9);
}
a:hover {
color: blue;
}
}
.topParaDiv {
background-color: #f9fafb;
line-height: 1.1 ;
font-size: 20px;
font-family: sans-serif;
font-weight: 700;
padding-top: 100px;
padding-bottom: 30px;
}
.middleContainer {
box-shadow: 0px 0px 15px 0px rgba(160, 160, 160, 0.4);
}
.text12 {
font-size: 13px;
font-weight: 500;
}
.inputStyle {
border-radius: 5px;
border-width: 1px;
width: 80%;
height: 35px;
border-color: #dadada;
}
.btnStyle{
width: 180px;
height: 40px;
font-size: 13px;
font-weight: 500;
color: #fff;
background-color: #596D48;
box-shadow: 0px 0px 15px 0px rgba(160, 160, 160, 0.4);
}
.logInLink {
color: #596D48;
text-decoration: none;
font-weight: 500;
}