Skip to content

Commit

Permalink
Create one.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Kaiser authored Apr 5, 2024
1 parent 1aa81de commit a02e49e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions one.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
* {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
}

body {
background: #2e364a;
}

.timeline {
position: relative;
max-width: 1200px;
margin: 100px auto;
}

.container {
padding: 10px 50px;
position: relative;
width: 50%;
background: rgba(0, 0, 0, 0.3);
}

.text-box {
padding: 20px 30px;
background: #fff;
position: relative;
border-radius: 6px;
font-size: 15px;
}

.left-container {
left: 0;
}

.right-container {
left: 50%;
}

0 comments on commit a02e49e

Please sign in to comment.