Skip to content

wengiel/CC_HTML_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC_HTML_project_Mikolaj_Kucia

Website address:
https://epic-poincare-db8342.netlify.app/
Only HTML & CSS project
Some of the features used:
Flexbox and grid - flexbox used for the main structure of the project and for positioning elements in sections, div (as containers) etc. Grid used for portfolio section
box-model - default model used + adjusting box model properties such as padding and margins - where needed or convenient to reach expected view;
HTML various tags;
CSS cascading nature - e.g. by assigning some properties to body element (e.g. background-color) and some other parent elements in some cases;
selectors - keeping in mind specificity, mainly classes and elements used for styling. Additionally more advanced selectors used such as children of the element, nth elements of the type, multiple classes etc.;
Styling - no inline styling used in the project. Complete styling in seperate css stylesheet;
Colors - with various defining - as HEX or RGBA;
External fonts imported from google fonts;
Transition effects on pseudoelements e.g. :hover;
Animations using keyframes;
RWD - used through: media query - for xs screens (<768px) and relative values of website elements, obtained mainly through vw, rem and % values;
In project also used features such as:
Properties
Forms

Releases

No releases published

Packages

No packages published