Website for Falke-Dog-Coaching
- git init
- git clone https://github.com/jano2004/falke-dog-coaching.git
- git status
- git add -p | git add * (If you are sure to add all)
- git commit -m "fdc-commit $content"
- git push
- git status (If clean: go on, if not: commit)
- git fetch
- git status (If clean: go on, if not: commit)
- git pull
$section/$div.css
$section/$div_image_$placement.jpg
$function.js for every function there will be a .js file!
section_$section-name
div_$container-name
img_$container-name_$image-name
head_$header-type_$container-name_$header-name
select_$container-name_$select-name
option_of_$select_$option-name
ul_$container-name_$ul-name
li_of_$ul_$li-name (li-name if needed)
p_$container-name_$p-name
- font-family: 'Roboto', sans-serif;
- Normal Text:---------font-weight: 100;
- Normal Bold Text:----font-weight: normal;
- Header Text:---------font-weight: normal;
- Header Bold Text:----font-weight: bold;
- Normal Text: font-size: 30px;
- Header Text: font-size: 3rem;
- Normal Text: letter-spacing: 2px;
- Header Text: letter-spacing: 3px;
- color: black;
- color: rgba(0, 0, 0, 100);
- color: #fffff;
@media (max-width: 480px)
@media (min-width: 481px) and (max-width: 768px)
@media (min-width: 769px) and (max-width: 1024px) {
@media (min-width: 1025px) and (max-width: 1500px) {