-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojectcss1.css
More file actions
87 lines (71 loc) · 995 Bytes
/
projectcss1.css
File metadata and controls
87 lines (71 loc) · 995 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
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
h1,h2,h3,h4,h5,h6{
font-family: 'Roboto', sans-serif;
}
body{
font-family: 'Open Sans', sans-serif;
}
h1{
font-size: 36px;
}
h2{
font-size: 32px;
}
h3{
font-size: 28px;
}
h4{
font-size: 24px;
}
h5{
font-size: 20px;
}
img{
display: block;
}
header{
max-width: 100%;
height: 500px;
background-color: yellow;
background-size: cover;
background-image: url('https://damconf.com/app/uploads/2017/09/hero-bg.jpg');
text-align: center;
}
header img{
width: 300px;
margin: 0 auto;
padding-top: 20px;
}
.wrap{
padding: 50px;
margin: 0 auto;
}
.col1{
width: 50%;
float: left;
}
.col1 h4{
text-align: center;
}
.speaker-img{
float: left;
}
.speaker-img img{
width: 150px;
}
.speaker-text{
width: 50%;
margin: 0 auto;
}
.col2{
width: 50%;
float: left;
}
.col2 h4{
text-align: center;
}
.a{
margin-bottom: 90px;
}
.ticket h2{
text-align: center;
}