Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Anto-07 authored Dec 19, 2023
1 parent 034a2ac commit 40f8d6d
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion Assignments/CB.EN.U4CYS22031/ui/css/temp.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
header{
position: fixed;
top: 0;
left: 0;
width: 100%;
margin-top: 1vh;

padding: 30px, 100px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 1000;
}
header .logo{
padding-left: 10px;
width: 65px;
height: 50px;
}
header ul{
display: flex;
justify-content: center;
align-items: center;
}
header ul li{
list-style: none;
margin-left: 10px;
padding-right: 10px;
}
header ul li a{
color: black;
text-decoration: none;
border-radius: 2px;
}
header ul li a:hover,
header ul li a.active{
color: rgb(44, 42, 42);
background: white;
}
.data{

background: linear-gradient(to left, #d2cfcc, #1c1b1b);
Expand All @@ -7,4 +45,4 @@
}
p{
font-size: large;
}
}

0 comments on commit 40f8d6d

Please sign in to comment.