A cloud hosting website using HTML and CSS, just for practice styling. This website is fully responsive and suitable for small and large screens.
I used BEM which is a naming convention to separate logic from skins and have a better stylesheet. We use three kinds of naming to specify a block, elements within that block, and its modifiers which change the skin on that block. You can read more about it here.
I also tried to use object-oriented CSS principles to write a more maintainable style. Check this awesome technique here.
Check out the final result here (you should probably use a VPN).