-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecondwork.css
More file actions
83 lines (81 loc) · 1.54 KB
/
secondwork.css
File metadata and controls
83 lines (81 loc) · 1.54 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
body{
padding: 0;
margin: 0;
}
.blue_panel{
background-color: rgb(103, 174, 255);
height: 1100px;
padding-left: 40px;
padding-right: 40px;
padding-top: 40px;
}
.body{
background-color: aliceblue;
height: 1100px;
border-top-left-radius: 2%;
border-top-right-radius: 2%;
}
.nav_section{
height: 50px;
display: flex;
padding-left: 80px;
align-items: center;
justify-content: space-between;
}
nav{
padding-left: 250px;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 100px;
}
ul{
display: flex;
text-decoration: none;
}
li{
list-style: none;
padding-right: 10px;
}
a{
text-decoration: none;
color: black;
}
.first_section{
background-color: rgb(184, 184, 184);
height: 400px;
padding-top: 70px;
display: flex;
align-items: center;
flex-direction: column;
}
.first_button{
background-color: black;
color: aliceblue;
height: 40px;
width: 150px;
display: flex;
align-items: center;
justify-content: center;
}
.speaker{
background-color: aliceblue;
height: 350px;
width: 200px;
}
.speaker_img{
height: 180px;
width: 100%;
}
.for_all_speakers{
display: flex;
align-items: center;
justify-content: space-around;
}
.second_section_intro{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-bottom: 50px;
}