Přidán interaktivní příběh Butcher
This commit is contained in:
18
testPHP/PTB/PROGRAMING_02/assets/CSS/style.css
Normal file
18
testPHP/PTB/PROGRAMING_02/assets/CSS/style.css
Normal file
@ -0,0 +1,18 @@
|
||||
.columns-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.columns-container .column-left {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.columns-container .column-right {
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.login-form,
|
||||
.register-form {
|
||||
display: none;
|
||||
}
|
0
testPHP/PTB/PROGRAMING_02/assets/js/script.js
Normal file
0
testPHP/PTB/PROGRAMING_02/assets/js/script.js
Normal file
Reference in New Issue
Block a user