-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
90 lines (78 loc) · 1.7 KB
/
style.css
File metadata and controls
90 lines (78 loc) · 1.7 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
84
85
86
87
88
89
90
#CV-template {
display: none;
}
.heading1{
font-size: 3rem;
font-weight: bold;
color: hotpink
}
.heading2{
font-size: 3rem;
font-weight: bold;
color: brown;
background-size: auto;
}
.myimg {
border: 1px solid;
width: 200px;
border-radius: 50%;
margin-top: 20px;
}
.background{
background-color: lightcoral;
}
@media print {
#hide {
display : none;
}
}
.gdp{
margin-bottom: 40px;
margin-top: 20px
}
.add1,.add2,.add3{
margin: -82px -39em 0em 0em;
}
body {
background-color: skyblue;
background-repeat: no-repeat;
background-size: cover;
}
.col{
background-image: url("col.png");
background-repeat: no-repeat;
margin-top: 70px;
background-size: cover;
box-shadow: 25px 25px 10px #333;
}
.coll {
margin-top: 10%;
}
.btn-warning1 {
height: 50px;
width: 250px;
font-size: 1.5rem;
color: #fff;
}
.btn-warning1 :hover {
transform: scale(1.2);
background-color: black;
color: red;
}
h1 {
font-size: 4rem;
}
.c1 {
display: flex;
color: #fff;
font-size: 2.5rem;
justify-content: center;
text-align: center;
align-items: center;
height: 80px;
background-color: rgb(7, 82, 112);
border-radius: 10px;
}
h3{
color:black ;
}