-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
110 lines (103 loc) · 1.88 KB
/
style1.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
*{
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
scroll-behavior: smooth;
}
body{
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* header */
nav{
position: fixed;
background-image: linear-gradient(to right, #fad0c4 0%, #fad0c4 1%, #ffd1ff 100%);
height: 80px;
width: 100%;
}
label.homePage{
color: black;
font-size: 28px;
line-height: 80px;
padding: 0 80px;
font-weight: bold;
}
.topnav{
float: right;
margin-right: 20px;
line-height: 80px;
}
nav ul li{
display: inline-block;
margin: 0 10px;
}
nav ul l1 a{
color: black;
font-size: 20x;
padding: 7px 20px;
border-radius: 3px;
}
a.active,a:hover{
font-weight: bold;
}
a.resume,a:hover{
background-image: radial-gradient(black, );
}
/* header end */
.hero-image{
background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
width: 100%;
height: 100vh;
margin: 0px;
padding: 0px;
}
.hero-text{
padding-top: 250px;
padding-left: 80px;
color: white;
}
.hero-text.a{
text-decoration: none;
}
.img-icon{
width: 35px;
height: 35px;
}
.heading{
color: #4e4376;
padding-top: 10px;
text-align: center;
}
.about-us{
display: flex;
margin: auto;
width: 85%;
}
.picak{
margin-top: 20px;
padding:80px;
border-radius: 360%;
width: 35%;
height: 35%;
}
.content{
padding: 35px;
}
.content p{
color: black;
font-size: 24px;
line-height: 1.5;
margin: 15px, 0px;
}
.content ul li{
display: inline-block;
padding: 15px 35px;
margin: 10px;
border-radius: 15px;
background-color: rgba(80, 122, 131, 0.672);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}