-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
103 lines (96 loc) · 2.14 KB
/
index.css
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
91
92
93
94
95
96
97
98
99
100
101
102
103
body {background-color: rgb(102, 54, 54);
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
}
header {
background-color: rgb(53, 12, 12);
color: white;
padding: 20px;
}
.kratik { text-shadow: 5px 5px 10px rgba(234, 91, 35, 0.485);
font-family: 'Concert One', sans-serif;
margin: 30;
margin-left: 50;
color: rgb(234, 91, 35);
font-size: 60px;
text-align: center;
}
.kratik:hover{
text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.485);
color: rgb(255, 255, 255);
transition: 1s;
}
#body {margin: 1%;
background-color: rgb(107, 56, 56);
text-align: center;
margin-left: 0px;
font-size: 21px;
}
#website{
text-align: center;
font-size: 54px;
margin:10px;
margin-left: 0;
background-color: rgb(107, 56, 56);
}
#website:hover { font-style: italic;
background-color: brown;
transition: 1s;
}
#k{ padding: 1%;
margin-left: 20px;
margin-right: 20px;
display: flex ;
align-items: center;
justify-content: center;
gap: 400px;
background-color: rgb(107, 56, 56);
}
.button{ font-size: larger;
text-decoration: none;
color: black;
margin-left: 90;
font-weight: 800;
margin: 20px;
background-color: rgba(255, 0, 0, 0.821);
border: 3px solid rgb(41, 16, 16);
padding: 15px;
border-radius: 10px;
}
.button:hover{
background-color: beige;
transition: 2s;
}
.kra{
color: rgb(221, 112, 112);
}
iframe{ height: 50vw;
width: 70vw;
align-items: center;
margin-left: 15%;
}
hr{
border-color:rgb(13, 6, 6) ;
}
#contact {
background-color: rgb(53, 12, 12);
margin-top: 15px;
}
#details{
display: flex;
justify-content: space-around;
height: 10vh;
margin: 0px;
}
.con{
font-weight: 1000;
font-size: 24px;
color:white;
margin-left: 10px;
text-decoration: underline;
}
.qwerty{
font-size: 24px;
color: white;
}