Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit cdb17eab authored by 65160394's avatar 65160394
Browse files

Project Round 7

parent dc13faa3
No related branches found
No related tags found
No related merge requests found
......@@ -86,42 +86,3 @@ body {
.button:hover {
background-color: #005bb5;
}
.search-container {
display: flex;
align-items: center;
width: 100%;
max-width: 400px;
border: 2px solid #007BFF;
border-radius: 25px;
overflow: hidden;
background: white;
}
.search-container input {
flex: 1;
padding: 10px 15px;
border: none;
outline: none;
font-size: 16px;
}
.search-container button {
background-color: #007BFF;
color: white;
border: none;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.search-container button:hover {
background-color: #0056b3;
transform: scale(1.05);
}
.search-container button:active {
background-color: #004494;
transform: scale(0.98);
}
\ No newline at end of file
......@@ -158,3 +158,42 @@ footer {
color: white;
margin-top: 30px;
}
.search-container {
display: flex;
align-items: center;
width: 100%;
max-width: 400px;
border: 2px solid #007BFF;
border-radius: 25px;
overflow: hidden;
background: white;
}
.search-container input {
flex: 1;
padding: 10px 15px;
border: none;
outline: none;
font-size: 16px;
}
.search-container button {
background-color: #007BFF;
color: white;
border: none;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.search-container button:hover {
background-color: #0056b3;
transform: scale(1.05);
}
.search-container button:active {
background-color: #004494;
transform: scale(0.98);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment