Skip to content

Commit 01fffe2

Browse files
committed
all img added
all img added and sized
1 parent 0f187d9 commit 01fffe2

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

css/style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ body {
66
-webkit-font-smoothing: antialiased;
77
}
88

9+
:root {
10+
--light-grey: #e4e4e4;
11+
--orange-dark: #c05326;
12+
}
13+
.picture {
14+
background-image: url(/img/first-background.jpg);
15+
color: var(--light-grey);
16+
}
17+
18+
button {
19+
background-color: var(--orange-dark);
20+
}
21+
.sm_icon {
22+
width: 30px;
23+
}
24+
.icon {
25+
max-width: 400px;
26+
}
927
/**
1028
* Add your custom styles below
1129
*

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<header>
14-
<img id="logo" src="/img/karma-logo.svg" alt="karma logo" />
14+
<img id="logo" src="/img/karma-logo.svg" width="30px" alt="karma logo" />
1515
<nav>
1616
<ul class="navigation_list">
1717
<li class="navigation_item">
@@ -67,9 +67,5 @@ <h2>Everyone needs a little Karma</h2>
6767
<img class="sm_icon" src="/img/instagram-icon.svg" alt="instagram logo" />
6868
<p>@ Karma Mobility Inc</p>
6969
</footer>
70-
<!-- Add your HTML markup here -->
71-
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
72-
<!-- All the images you need are in the 'img' folder -->
73-
7470
</body>
7571
</html>

0 commit comments

Comments
 (0)