Commit e52a7305 authored by Azizi's avatar Azizi
Browse files

Update index.html

parent 5c57e953
Pipeline #8339 passed with stage
in 5 seconds
...@@ -7,19 +7,19 @@ ...@@ -7,19 +7,19 @@
<style> <style>
/* Style for the buttons */ /* Style for the buttons */
button { button {
background-color: blue; background-color: gray;
color: white; color: black;
font-size: 24px; font-size: 20px;
padding: 12px 24px; padding: 12px 20px;
border: none; border: none;
border-radius: 4px; border-radius: 4px;
margin: 20px; margin: 81px;
cursor: pointer; cursor: pointer;
} }
/* Style for the logo */ /* Style for the logo */
#logo { #logo {
float: right; float: top;
margin-right: 20px; margin-right: 20px;
margin-top: 20px; margin-top: 20px;
width: 100px; width: 100px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment