Add some color and style
continuous-integration/drone/push Build is failing Details

pull/81/head
DahmaneYanis 1 year ago
parent 0aba5f2c38
commit ad500d694a

@ -1,4 +1,7 @@
body {
background-color: #f8f8f1;
}
#main { #main {
margin-left : 10%; margin-left : 10%;
margin-right: 10%; margin-right: 10%;
@ -15,20 +18,25 @@
#header { #header {
text-align: center; text-align: center;
background-color: green; background-color: #303030;
margin : 0px; margin : 0px;
/* border-radius: 0.75cap; */
} }
#IQBall {
color : #ffa238;
font-weight: bold;
font-size : 45px;
}
#body { #body {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border : solid 10px violet;
margin:0px; margin:0px;
height: 100%; height: 100%;
background-color: #fff3e5;
} }
#personal-space { #personal-space {
background-color: orange;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -102,7 +110,7 @@
} }
.dataTactic:hover { .dataTactic:hover {
background-color: red; background-color: #c9d1e0;
cursor : pointer; cursor : pointer;
} }
@ -133,6 +141,6 @@ ul {
} }
.ButtonSideMenu:hover { .ButtonSideMenu:hover {
background-color: red; background-color: #c9d1e0;
cursor : pointer; cursor : pointer;
} }

@ -28,7 +28,7 @@ export default function Home({ lastTactics, allTactics, teams } : { lastTactics
export function Title() { export function Title() {
return ( return (
<div id="header"> <div id="header">
<h1 id="IQBall"><span id="IQ">IQ</span><span id="B">B</span>all</h1> <h1 id="IQBall"><span id="IQ">IQ</span><span id="Ball">Ball</span></h1>
</div> </div>
) )
} }

Loading…
Cancel
Save