-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.txt
More file actions
54 lines (50 loc) · 856 Bytes
/
Copy pathcss.txt
File metadata and controls
54 lines (50 loc) · 856 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
#menu{
background: black;
color: white;
}
ul{
list-style: none; /*remove bullet point of ul list*/
text-align: center;
}
ul li{
display: inline-block;
margin: 10px;
}
#section2 img{
border-radius: 100%;
height: 300px;
width: 300px;
}
#section2{
padding-top: 10%;
}
span.hi{
font-weight:lighter;
}
span.name{
font-weight: bolder;
}
span.ygygyghv{
text-transform: uppercase;
color: blue;
text-decoration: underline;
}
#section3{
text-align: center;
background: #ccc;
}
.fa{
color: #ea8a95;
font-size: 70px;
}
#section3 .col-md-4{
background: #fff;
border: 2px solid grey;
padding: 30px;
margin: 10px;
max-width: 30%; !important;
}
#section3 .col-md-4 p{
font-size: 12px;
color: #444;
}