-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutssbstyle.css
62 lines (61 loc) · 1.19 KB
/
aboutssbstyle.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
body{
margin: 0px;
background-color:#0E371B;
background-image: linear-gradient(to right ,#0E371B,#F0F6F3 );
}
#logo{
width: 120px;
height: 99px;
top: 49px;
left: 234px;
gap: 0px;
opacity: 0px;
background-image: url(logo.png);
background-size: cover;
}
#navbar{
height: 100px;
top: 49px;
left: 234px;
display: flex;
flex-direction: row;
}
.navpart{
display: flex;
align-items: center;
justify-content: space-around;
width: 179px;
height: 99px;
/* font style nhi a raha */
font-family: "Fenix", serif;
font-weight: 400;
font-style: normal;
}
a{
text-decoration: none;
color: #F0F6F3;
}
#content{
display: flex;
align-items: center;
}
#img{
height: 700px;
width: 600px;
background-image: url(aboutssb.jpg);
box-shadow: 20px 20px 45px black;
background-size: cover;
border-radius: 15%;
margin-left: 90px;
margin-bottom: 100px;
}
#text{
height: 500px;
width: 700px;
margin-left: 60px;
margin-bottom: 250px;
font-size: larger;
font-family: 'Times New Roman', Times, serif;
color: white;
text-shadow: 10px 10px 15px black ;
}