parent
04cfe69e03
commit
1dace622eb
Binary file not shown.
After Width: | Height: | Size: 226 KiB |
After Width: | Height: | Size: 101 KiB |
@ -0,0 +1,53 @@
|
||||
|
||||
img
|
||||
{
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
body{
|
||||
margin: 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
#titleDiv
|
||||
{
|
||||
background-image:url('../assets/deb.webp');
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
background-position: center;
|
||||
color :white;
|
||||
}
|
||||
|
||||
#title p
|
||||
{
|
||||
background-color: grey;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#title
|
||||
{
|
||||
font-size: 20px;
|
||||
padding: 20px;
|
||||
height: 70%;
|
||||
align-items: center;
|
||||
color: white;
|
||||
background-color: #00DBFF;
|
||||
|
||||
}
|
||||
|
||||
#key {
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
color: black;
|
||||
}
|
||||
#key p
|
||||
{
|
||||
background-color: grey;
|
||||
border-radius: 3px;
|
||||
padding:10%;
|
||||
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Footer</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="d-flex justify-content-around">
|
||||
|
||||
<div style="background-color:#00DBFF">div 1</div>
|
||||
|
||||
<div style="background-color:#00DBFF">
|
||||
<h3>Association</h3>
|
||||
</div>
|
||||
|
||||
<div style="background-color:#00DBFF">
|
||||
<h3>Aide</h3>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<p class="text-center">© Copyright 2023, All Rights Reserved by Alica</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue