Feat(NSI): exercice de lecture d'évènements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
34
1NSI/08_Interaction_web/codes/popup/2E_popup.css
Normal file
34
1NSI/08_Interaction_web/codes/popup/2E_popup.css
Normal file
@@ -0,0 +1,34 @@
|
||||
section {
|
||||
background-color: #f1f1f1;
|
||||
padding: 20px;
|
||||
margin: 20px 0;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
section h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
section .close {
|
||||
float: right;
|
||||
}
|
||||
|
||||
section a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#popup {
|
||||
position: fixed;
|
||||
top: 10%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 20px;
|
||||
background-color: red;
|
||||
border: 1px solid black;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user