Skip to content

Commit e7ab9ea

Browse files
authored
Update style.css
1 parent 55a526e commit e7ab9ea

1 file changed

Lines changed: 0 additions & 82 deletions

File tree

style.css

Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1 @@
1-
body {
2-
margin: 0;
3-
margin-top: 0px;
4-
font-family: sans-serif;
5-
}
61

7-
header {
8-
width:50px;
9-
height:10px;
10-
11-
12-
13-
14-
}
15-
16-
header * {
17-
18-
height:250px;
19-
}
20-
21-
header ul {
22-
padding: 0;
23-
}
24-
25-
header li {
26-
margin-left: 60px;
27-
28-
}
29-
30-
section {
31-
height: 100vh;
32-
border: 1px solid black;
33-
display: flex;
34-
justify-content: center;
35-
align-items: center;
36-
text-align: center;
37-
38-
background-size: cover; /* Add this line */
39-
background-position: center center; /* Add this line */
40-
background-repeat: no-repeat; /* Add this line */
41-
background-attachment: fixed; /* Add this line */
42-
}
43-
44-
#hero .profile-img {
45-
width: 300px;
46-
border-radius: 50%;
47-
}
48-
49-
footer {
50-
text-align: center;
51-
padding: 50px;
52-
}
53-
54-
#hero h1 {
55-
font-size: 5em;
56-
}
57-
58-
section h4 {
59-
font-size: 2.5em;
60-
}
61-
62-
section h3 {
63-
font-size: 4em;
64-
}
65-
66-
67-
header a {
68-
text-decoration: bold;
69-
color: black;
70-
}
71-
72-
/* Add everything below here */
73-
74-
#hero {
75-
background-image: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.75)), url('WhatsApp Image 2020-01-07 at 2.27.22 PM.jpeg');
76-
}
77-
#about {
78-
background-image: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.75)), url('images.jfif');
79-
}
80-
81-
#contact {
82-
background-image: linear-gradient(rgba(255,255,255,0.75),rgba(255,255,255,0.75)), url('campus-life.jpg');
83-
}

0 commit comments

Comments
 (0)