-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyEx.css
114 lines (97 loc) · 1.52 KB
/
myEx.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
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
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-image: url('images/6.jpg');
}
header {
padding: 20px 0;
color: #ffffcc;
}
.col-sm-4 {
color: #990000;
}
.navbar {
background-color: #333399;
}
header .row,
footer .row {
display: flex;
align-items: center;
}
header h1 {
font-weight: 700;
margin: 0;
}
header nav {
display: flex;
justify-content: flex-end;
}
header p {
padding: 0 20px;
margin: 0;
font-weight: 50;
color: #990000;
}
.jumbotron {
display: flex;
align-items: center;
background-image: url('mypixel.jpg');
background-size: cover;
color: #ffffff;
height: 500px;
text-shadow: 0.25px 0.25px 0.25px #000000;
}
.jumbotron h2 {
font-size: 60px;
font-weight: 700;
margin: 0;
color: #fff;
}
.jumbotron h3 {
margin: 0 0 20px;
color: #fff;
}
ul.navbar-nav li a.login:hover {
background-color: #fff;
color: #13232e;
text-decoration: none;
}
section .row img {
margin: 0 0 30px;
width: 100%;
height: 400px;
}
.col-md-6 {
margin: 0 0 30px;
}
.btn.btn-primary {
border-radius: 2px;
border: 0px;
color: #fbd1d5;
text-shadow: none;
background-color: #ffffff;
}
.btn.btn-primary:hover {
color: #ffffff;
background-color: #fbd1d5;
}
.btn-secondary {
background-color: #E8DFE0;
color: #ffffff;
margin: 0 0 30px;
}
footer {
font-size: 12px;
padding: 20px 0;
}
footer .col-sm-8 {
display: flex;
justify-content: flex-end;
}
footer ul {
list-style: none;
}
footer li img {
width: 32px;
height: 32px;
}