Skip to content

Commit

Permalink
web
Browse files Browse the repository at this point in the history
  • Loading branch information
Numax-cz committed Mar 26, 2021
1 parent 769f3d2 commit 19a1736
Show file tree
Hide file tree
Showing 6 changed files with 423 additions and 208 deletions.
227 changes: 80 additions & 147 deletions CSS/index.css
Original file line number Diff line number Diff line change
@@ -1,187 +1,120 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/*font-family: 'Roboto Mono', monospace;*/
margin: 0;
font-family: 'Source Code Pro', monospace;
overflow: hidden;
}

body{

overflow: hidden;
user-select: none;
background-color: black;
background-image: url('https://napicu.eu/Img/FotoMain.webp');
body {
background-color: #040d21;
background-image: url('../Img/FOTO90.webp');
background-position: center;
background-repeat: repeat;
background-size: cover;



}

/*-----nav-----*/
/*-----nav-----*/
#navigaca{
padding-top: 20px;
#Table{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80px;

height: 100vh;
}
.menu{
margin: auto;
max-width: 1300px;

#TopMenu {
position: absolute !important;
right: 0;
left: 0;
padding-top: 12px;
padding-bottom: 12px;
background-color: initial;
}
.menu a{
font-size: 1.4rem;
font-weight: 700;
padding: 10px 10px;
margin: 20px;
margin-top: 200px;
color: #bdc3c7;
text-decoration: none;
transition: .4s;

.TopMenu-Tabel {
width: 100%;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}

.TopMenu-Tabel nav ul {
display: flex !important;
list-style: none !important;
}

.menu a:hover{
transition: .3s;
color: white;

.TopMenu-Tabel nav ul li {
margin-right: 25px;
}

.TopMenu-Tabel nav ul li a {
font-size: 1.3rem;
text-decoration: none;
color: rgba(255, 255, 255, 0.425);
}
.TopMenu-Tabel nav ul li a:hover {
color: rgba(255, 255, 255, 0.944);
}


/*---------1---------*/
/*---------1---------*/
#text{
.MiddleMenu-Table {
display: table;
z-index: 1;
height: 100vh;
min-height: 500px;
width: 100%;
position: absolute;
height: 500px;
top: 25vh;
}
.text-hl{
max-width: 1000px;
margin: auto;
text-align: center;
padding: 50px;
}
/*text-dec*/
.nazev{
color: whitesmoke;
font-size: 115px;
font-weight: bold;
}
.hodiny{
padding-top: 35px;
color: whitesmoke;
font-size: 85px;
font-weight: 800;
}
.text-zpod{
padding-top: 35px;
color: #e84118;
font-size: 85px;
font-weight: 800;
}
#low-txt{
height: 30px;
width: 100%;
bottom: 0;
padding: 30px;
position: fixed;

}

.lox-txt-txt{
font-size: 2rem;
position: fixed;
margin-right: 20px;
bottom: 10px;
right: 0;
#middlemenutable {
display: table-cell;
vertical-align: middle;
padding-bottom: 100px;
}
.lox-txt-txt a {
text-decoration: none;
color: #bdc3c7;

.MiddleMenu-TableMain {
width: 100%;
max-width: 70%;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width:800px){
.menu-text{
text-align:center
}

/* MainText */
.TableMain-Box{

}
@media screen and (max-width:764px){
.menu{
margin: auto;
max-width: 1300px;
text-align:center
}
.menu a{
font-size: 1.2rem;
padding: 5px 20px;
margin: 15px;
margin-top: 200px;
color: #bdc3c7;
text-decoration: none;
transition: .4s;
}
.lox-txt-txt{
font-size: 1rem;
}
#MainTitlePage{
font-size: 6rem;
font-weight: 900;
color: white;
}
@media screen and (max-width:680px){
.menu a{
font-size: 1rem;
padding: 20px 35px;
margin: 2px;
}
.menu{
text-align: center;
}
#MainDescriptionPage{
margin-left: 2%;
}
#MainDescriptionPage p{
color: rgba(255, 255, 255, 0.524);
}
@media screen and (max-width:660px){
.menu a{

padding: 10px 10px;
margin: 10px;
}
.nazev{
font-size: 80px;
@media screen and (max-width:578px){
.TopMenu-Tabel {
max-width: 90%;
}
.hodiny{
font-size: 60px;
}
.text-zpod{
font-size: 47px;

#MainTitlePage {
font-size: 5.5rem;
}
}
@media screen and (max-width:650px){
.menu a{

padding: 5px 5px;
margin: 10px;
.TopMenu-Tabel nav ul li {
margin-right: 18px;
}
}
@media screen and (max-width:500px){
.nazev{
font-size: 50px;
@media screen and (max-width:456px){
.TopMenu-Tabel {
max-width: 90%;
}
.hodiny{
font-size: 40px;

#MainTitlePage {
font-size: 5rem;
}
.text-zpod{
font-size: 37px;
.TopMenu-Tabel nav ul li {
margin-right: 13px;
}
}
@media screen and (max-width:470px){
.menu a{
font-size: 0.9rem;
padding: 0px 0px;
margin: 5px;
.TopMenu-Tabel nav ul li a {
font-size: 1.2rem;
}

}
/* 405px min*/
Binary file added Img/FOTO90.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion JS/js2/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ particlesJS('snow',
{
"particles": {
"number": {
"value": 100,
"value": 50, //100
"density": {
"enable": true,
"value_area": 800
Expand Down
Loading

0 comments on commit 19a1736

Please sign in to comment.