mirror of
https://github.com/10h30/odin-landing-page.git
synced 2026-07-11 18:55:58 +09:00
Edit CTA Section
This commit is contained in:
+8
-8
@@ -48,14 +48,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="cta">
|
||||
<div class="blue-box">
|
||||
<div class="left">
|
||||
<h3>Call to Action. It's Time</h3>
|
||||
<p>Ali bababaiaia sdasf dfdfdsfsdf</p>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a class="button alt" href="#">Sign Up</a>
|
||||
</div>
|
||||
<div class="blue-box">
|
||||
<div class="left">
|
||||
<h3>Call to Action. It's Time</h3>
|
||||
<p>Ali bababaiaia sdasf dfdfdsfsdf</p>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a class="button alt" href="#">Sign Up</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="footer">Copyright 2025. Made with love by Thuan Bui</footer>
|
||||
|
||||
@@ -63,6 +63,7 @@ body {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
header {
|
||||
background-color: var(--dark-background);
|
||||
@@ -163,11 +164,12 @@ cite {
|
||||
|
||||
#cta .blue-box {
|
||||
background-color: #3882F6;
|
||||
padding: 20px;
|
||||
color: #FFF;
|
||||
max-width: 1024px;
|
||||
padding: 40px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
color: #FFF
|
||||
}
|
||||
|
||||
footer {
|
||||
|
||||
Reference in New Issue
Block a user