-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
115 lines (103 loc) · 1.64 KB
/
style.css
File metadata and controls
115 lines (103 loc) · 1.64 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body{
width: 100%;
height:100%;
}
.con {
margin-top:100px;
}
#content{
min-height: 600px;
}
.navbar-brand{
font-size:20px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
#banner_image {
padding-bottom:100px;
margin-bottom: 20px;
color: #f8f8f8;
height:590px;
background: url("images/intro.jpg") no-repeat center;
background-size:cover;
}
#banner_content {
/*position:relative;*/
padding-top: 6%;
padding-bottom: 6%;
margin: auto;
margin-top:16%;
background-color: rgba(0, 0, 0, 0.7);
max-width:660px;
text-align: center;
}
#banner_content h1 {
font-weight: bold;
}
img:hover{
opacity: .5;
}
.details h3,p{
font-weight: bold;
font-family: arial;
padding:5px;
text-align: center;
}
footer {
padding: 10px 0;
background-color: #101010;
color:#9d9d9d;
bottom:0;
width: 100%;
}
footer center {
color:red;
font-weight: bold;
}
.settings{
text-align:left;
margin: auto;
margin-top:110px;
/*width: 220px;*/
/*margin-bottom: 60px;*/
}
.signupform {
margin-top:60px;
margin-bottom: 60px;
border:1px solid black;
padding:20px;
text-align:center;
margin-left:10px;
margin-right:10px;
}
.login{
text-align:center;
margin: auto;
}
.row_style{
margin-top: 70px;
}
.red{
color:red;
}
/*.footer1{
color: red;
text-align: center;
padding: 10px;
}*/
/*@media(max-width:768px) {
#banner_content {
padding-bottom: 15%;
}
footer{
text-align:left;
}
}*/