Skip to content

Commit

Permalink
Merge pull request #151 from jjf2009/UI
Browse files Browse the repository at this point in the history
UIupdate
  • Loading branch information
AkshitGarg24 authored Oct 7, 2024
2 parents c793964 + 7ad5ae8 commit 88a3e73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 143 deletions.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed preview.png
Binary file not shown.
146 changes: 3 additions & 143 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,158 +1,31 @@
* {
<<<<<<< HEAD

margin: 0px;
padding: 0px;
box-sizing: border-box;
}

=======
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-family: "Poppins", sans-serif;
color: #333;
background: #f4f1f1;
}

nav{
display: flex;
background-color: #ffffff;
height:70px;
}
nav img{
width:15%;

}
.links {
width:80%;
display: flex;
justify-content: flex-end;
align-items: center;
padding:10px;
}
.link{
padding:10px;
font-family:monospace;
font-size: 20px;
margin:30px;
color: #000;
text-decoration: none;
}
.link:hover{
background-color:#c8c8c8;
border-radius:5%;
}
/* Search bar styling */
.search-bar {
width: 100%;
max-width: 400px;
padding: 10px;
margin: 20px auto;
display: block;
font-size: 1.2rem;
border-radius: 8px;
}

.text{
font-size:35px;
margin-top:5rem;
font-weight: medium;
text-decoration: underline;
nav {
display: flex;
justify-content: space-between;
align-items: start;
background-color: #050505;
position: fixed;
width: 100%;
}
.navBar {
z-index: 6;
}

nav img {
width: 200px;
height: 70px;
margin-left: 2rem;

margin-top: 2px;
margin-bottom: 2px;
display: flex;
align-items: start;
}

>>>>>>> 95acef3fb53d61495a4c0b3d15caaab1962408d2
.lists {
margin-right: 20rem;

list-style: none;
<<<<<<< HEAD
=======
list-style: none;
}
.texts {
font-size: 25px;
margin-top: 2rem;
font-weight: medium;
color: white;
position: relative;
padding-right: 20rem;
}
.texts::after {
content: "";
background-color: #34a0e9;
border-radius: 10px;
position: absolute;
bottom: 0px;
left: 0;
height: 4px;
width: 150px;

>>>>>>> 95acef3fb53d61495a4c0b3d15caaab1962408d2
}


h2 {
font-size: 2.4rem;
position: relative;
font-weight: 600;
margin-top: 2.4rem;
<<<<<<< HEAD
text-align: center;
color:black;
}

=======

color: white;
}

h2::after {
content: "";
background-color: #34a0e9;
border-radius: 10px;
position: absolute;
bottom: 0px;
left: 0;
height: 4px;
width: 100px;
}
>>>>>>> 95acef3fb53d61495a4c0b3d15caaab1962408d2

.list {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style-type: none;
<<<<<<< HEAD

=======
padding: 0;
padding-top: 10rem;
>>>>>>> 95acef3fb53d61495a4c0b3d15caaab1962408d2
}

.list li {
Expand All @@ -162,19 +35,9 @@ h2::after {
border-radius: 25px;
width: 350px;
}
<<<<<<< HEAD
.list li:hover {
transform: scale(1.1);
box-shadow: 0px 0 0px 4px #9f9b9b;
=======
ul li:hover {
transform: scale(1.1);
box-shadow: 0px 0 0px 4px #9f9b9b;

transition: 0.5s ease;
}
>>>>>>> 95acef3fb53d61495a4c0b3d15caaab1962408d2

transition: 0.5s ease;
}

Expand Down Expand Up @@ -228,9 +91,6 @@ ul li:hover {
transform: scale(1.2);
}




.btn-sub{
padding: 12px 30px;
background-color: black;
Expand Down

0 comments on commit 88a3e73

Please sign in to comment.