-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathtribute.css
More file actions
54 lines (49 loc) · 748 Bytes
/
tribute.css
File metadata and controls
54 lines (49 loc) · 748 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
*{
padding:0;
margin:0;
}
header{
width:65%;
margin-left: auto;
margin-right: auto;
text-align:center;
}
header .title{
justify-content:center;
text-align:center;
background-color: antiquewhite;
}
.title h1{
margin-top:30px;
}
.title p{
font-weight: bold;
}
.image img{
height:auto;
width:100%;
display:block;
flex-wrap:wrap;
border:3px solid black;
}
body{
width:65%;
margin-left: auto;
margin-right: auto;
}
body .info{
justify-content:center;
text-align:center;
font-family:sans-serif
}
.info h2{
margin-top:30px;
}
.col-md-12{
background-color:gold;
border: 2px solid red;
}
.career{
background-color:gold;
border: 2px solid red;
}