Add the display of tactic name
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
86230fc702
commit
5668519c33
@ -0,0 +1,10 @@
|
||||
/* #header {
|
||||
background-color: var(--white);
|
||||
transition: box-shadow .3s linear;
|
||||
outline: 0;
|
||||
box-shadow: 0 10px 15px #00000026;
|
||||
} */
|
||||
|
||||
#header {
|
||||
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
#main {
|
||||
margin-left:10%;
|
||||
margin-right:10%;
|
||||
background-color: grey;
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
#titreTactic {
|
||||
background-color: red;
|
||||
padding-right : 10px;
|
||||
margin-top : 10px;
|
||||
}
|
||||
|
||||
#titreTactic h2 {
|
||||
display: inline;
|
||||
padding-right : 25px;
|
||||
}
|
@ -1,15 +0,0 @@
|
||||
#IQ {
|
||||
color : red;
|
||||
}
|
||||
|
||||
#B {
|
||||
color : blue;
|
||||
}
|
||||
|
||||
#IQBall {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#title {
|
||||
background-color: aqua;
|
||||
}
|
Loading…
Reference in new issue