Skip to content

Commit

Permalink
CTA : init files
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-Mehdi committed Mar 2, 2024
1 parent 909fd7c commit 015e328
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Modules/CTA/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CTA</title>

<!-- Botstrap Styles -->
<!-- V5.3.2 -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">

<!-- Bootstrap Icons -->
<!-- V1.11.3 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">

<!-- Custom Styles -->
<link rel="stylesheet" href="./style.css">
</head>

<body>
<div class="container">
<div class="d-flex flex-column pb-5">
</div>
</div>

<!-- Bootstrap Scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>

</html>
30 changes: 30 additions & 0 deletions Modules/CTA/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* trash */
body, html {
width: 100%;
height: 100%;
background-color: #e5e5e5;
}

.container {
background-color: white;
height: 100%;
}

/* end trash */


/* [CTA] */

/* End [CTA] */


/* Responsive Options */
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {}

/* End Responsive Options */

0 comments on commit 015e328

Please sign in to comment.