mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 11:06:39 +01:00
clash
This commit is contained in:
@@ -22,6 +22,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<div id="info">
|
||||||
|
hier komt een beetje info over de website te staan
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -35,8 +35,19 @@ button{
|
|||||||
height: 75px;
|
height: 75px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
border: black solid 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover{
|
button:hover{
|
||||||
background-color: #cd977e;
|
background-color: #cd977e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#info{
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 15px;
|
||||||
|
border:black solid 2px ;
|
||||||
|
margin: 3rem;
|
||||||
|
background-color: white;
|
||||||
|
height: 600px;
|
||||||
|
width: 900px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user