-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
128 lines (115 loc) · 2.54 KB
/
styles.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {background-color: #294D61;
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
}
header {
background-color: #05161A;
color: white;
padding: 20px;
}
.arindam { text-shadow: 5px 5px 10px #294D61;
font-family: 'Concert One', sans-serif;
margin: 30;
margin-left: 50;
color: #99C9C1;
font-size: 60px;
text-align: center;
}
.arindam:hover{
text-shadow: 5px 5px 10px rgba(255, 255, 255, 0.485);
color: rgb(255, 255, 255);
transition: 1s;
}
#body {margin: 1%;
background-color: #0C7073;
margin-left: 0px;
font-size: 30px;
font-family: 'Concert One', sans-serif;
}
#website{ font-size: 54px;
margin:10px;
margin-left: 0;
background-color: #0C7073;
font-family: 'Concert One', sans-serif;
}
#button_div{ padding: 1%;
display: flex ;
justify-content: space-around;
background-color: #0C7073;
}
.button{ font-size: larger;
text-decoration: none;
color: #99C9C1;
margin-left: 90;
margin: 20px;
background-color: #072E33;
border: 3px solid #05161A;
padding: 5px;
border-radius: 10px;
font-family: 'Concert One', sans-serif;
}
.button:hover{
background-color: beige;
color: #05161A;
transition: 2s;
}
.arin{
color: rgb(221, 112, 112);
}
iframe{ height: 50vw;
width: 70vw;
align-items: center;
margin-left: 15%;
}
hr{
border-color:#05161A;
}
#contact {
background-color: #05161A;
margin-top: 15px;
}
#details{padding: 10px;
padding-bottom: 20px;
display: flex;
justify-content: space-around;
height: 10vh;
margin: 0px;
}
.con{
font-size: 18px;
color:white;
margin-left: 10px;
}
.qwerty{
font-size: 18px;
color: white;
text-decoration: none;
margin-top: 13px;
}
#iframe{
background-color: #0C7073;
}
#vid_sol{
margin: 1%;
background-color: #0C7073;
margin-left: 0px;
font-size: 30px;
text-align: center;
font-family: 'Concert One', sans-serif;
}
#prj_sol{
margin: 1%;
background-color: #0C7073;
margin-left: 0px;
font-size: 30px;
text-align: center;
font-family: 'Concert One', sans-serif;
}
#sol_link{
margin: 1%;
margin-left: 0px;
font-size: 30px;
text-align: center;
font-family: 'Concert One', sans-serif;
}