Problem This is my working template file which I manually edit to create new properly formatted webpages for my personal […]
Category: CSS
HTML Containers and Positioning
Problem I just started to make a static website after years of not playing in that field (I stopped in […]
Improving the code of my About Page
Problem I have completed my website and I’m super happy with its design, but I feel that how I reached […]
An alternative way for using html tags to simulate simple firework effect
Problem I have the following code to simulate a firework (of course a very bad and rough one) let width […]
Best way to make a scroll top/bottom button
Problem So I’ve made a button in the right-bottom corner of my HTML-page, but I was wondering since it’s the […]
Responsive search bar implementation using OOCSS
Problem I am implementing a search bar here. I have finished basic UI. I have been recently developed a taste […]
Showing form on btn click – preventDefault of submit btn, then remove listener
Problem I’ve built out a section on a page that contains multiple instances (why I’m using querySelectorAll()) of this Request […]
Chrome extension that marks Reddit entries with clickbait sources
Problem So, I’ve created my first Chrome extension! What this does is it highlights every post on Reddit that comes […]
Ultimate Tic-Tac-Toe Challenge
Problem This is my attempt at the Ultimate Tic-Tac-Toe code challenge. It uses jQuery to build out the game grid […]
Close modal and open new modal
Problem I am trying to create a script that shows my login modal on page load. I have a button […]