Skip to content

Commit b168c50

Browse files
committed
2 parents 1161061 + 82d5561 commit b168c50

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

style.css

+43
Original file line numberDiff line numberDiff line change
@@ -1174,3 +1174,46 @@ background-color: black;
11741174
.logopart img{
11751175
width: 50%;
11761176
}
1177+
1178+
1179+
.knapper{
1180+
margin-left: 5%;
1181+
padding-top: 15%;
1182+
}
1183+
1184+
.knapper h1{
1185+
font-size: 100px;
1186+
}
1187+
1188+
.knapper h2{
1189+
font-size: 40px;
1190+
}
1191+
1192+
.button1{
1193+
background-color:var(--lysred);
1194+
border-radius: 4px;
1195+
color: white;
1196+
padding: 5px;
1197+
margin: 5px;
1198+
display: block;
1199+
align-items: center;
1200+
text-decoration: none;
1201+
width: 20%;
1202+
text-align: center;
1203+
1204+
}
1205+
1206+
.ikoner{
1207+
margin-left: 5%;
1208+
margin-top: 15%;
1209+
}
1210+
1211+
.ikoner h1{
1212+
font-size: 100px;
1213+
}
1214+
1215+
.ikoner img{
1216+
width: 5%;
1217+
margin: 5%;
1218+
}
1219+

styleguide.html

+24-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 class="overskrift">Styleguide</h1>
2020
<li><a href="#"><p>Typografi</p></a></li>
2121
<li><a href="#"><p>Logo</p></a></li>
2222
<li><a href="#"><p>Knapper</p></a></li>
23-
<li><a href="#"><p>Grafiske elementer</p></a></li>
23+
<li><a href="#"><p>Ikoner</p></a></li>
2424
</ul>
2525
</nav>
2626

@@ -50,6 +50,29 @@ <h1>Logo</h1>
5050
<img class="styleguidelogo" src="img/stoff%20og%20stil%20logo.png">
5151
</div>
5252

53+
<div class="knapper">
54+
<h1>Knapper</h1>
55+
<h2>Anmeld og del Knap</h2>
56+
<a href="#" class="button1">Del indhold</a>
57+
<br>
58+
<a href="#" class="button1">Anmeld indhold</a>
59+
</div>
60+
61+
<div class="ikoner">
62+
<h1>Ikoner</h1>
63+
<i class="ikon1"><img src="img/bookmark-outline.svg"></i>
64+
<i class="ikon1"><img src="img/blogging.svg"></i>
65+
<i class="ikon1"><img src="img/heart.svg"></i>
66+
<i class="ikon1"><img src="img/menu.svg"></i>
67+
<i class="ikon1"><img src="img/close.svg"></i>
68+
<i class="ikon1"><img src="img/home%20(1).svg"></i>
69+
<i class="ikon1"><img src="img/plus.svg"></i>
70+
<i class="ikon1"><img src="img/search.svg"></i>
71+
<i class="ikon1"><img src="img/shopping-purse-icon.png"></i>
72+
<i class="ikon1"><img src="img/user.svg"></i>
73+
74+
</div>
75+
5376
<script src="java.js"></script>
5477
</body>
5578
</html>

0 commit comments

Comments
 (0)