Skip to content

Commit 3bce539

Browse files
committed
remove image header
1 parent fca64f1 commit 3bce539

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@
77
<link rel="stylesheet" href="styles.css">
88
</head>
99
<body>
10-
<header>
11-
<img src="images/logo.png" alt="CompCamps Logo">
12-
</header>
13-
1410
<section style="background: url('images/classroom.jpg') center/cover no-repeat;" class="section-bg">
1511
<div class="text-content">
16-
<h2>MSI CompCamps</h2>
12+
<h1>MSI CompCamps</h1>
1713
<h3>Annual Summer Camps</h3>
1814
<p>Every year, CompCamps provides one-week camps for students aged 12-17. The camps provide a fun environment to explore technology with a group of like-minded peers. Campers are able to pick one or more areas to focus on for a project that they will demo at the end of the week.</p>
1915
<p class="social">

styles.css

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@ body {
55
color: #fff;
66
background: #111;
77
}
8-
header {
9-
text-align: center;
10-
padding: 40px 20px;
11-
}
12-
header img {
13-
height: 80px;
14-
width: auto;
15-
max-width: 100%;
8+
9+
h1 {
10+
font-size: 3em;
11+
margin: 0;
1612
}
1713

18-
@media (max-width: 480px) {
19-
header img {
20-
height: 60px;
14+
@media (max-width: 768px) {
15+
h1 {
16+
font-size: 2em;
2117
}
2218
}
2319

0 commit comments

Comments
 (0)