wasimmohammed.com
Common Frontend Styles I Reuse A Lot.
Initializing search
    • Home
    • Blog
    • Projects
    • Learn
    • About
    • Home
      • Blog
        • AWS
        • Arabic
        • C
        • Cloud
        • Day in the Life
        • Django
        • FastAPI
        • Frontend Development
        • GUI
        • Github
        • Introduction to Oracles
        • ML Basics
        • Next.js
        • SAM-CLI
        • Software Engineering
        • Version Control
        • Web Development
        • apache airflow
        • api
        • authentication
        • automation
        • backend
        • blockchain
        • cbse grade 12
        • chrome extensions
        • cloudflare
        • cmake
        • computer science
        • cpp
        • cpp templates
        • crypto
        • cs101
        • data engineering
        • dear-imgui
        • deep learning
        • django-rest-framework
        • docker
        • dsa
        • exceptions
        • ftxui
        • general
        • git
        • go
        • http
        • javascript
        • kubernetes
        • leetcode
        • linux
        • machine learning
        • node
        • orchestration
        • productivity
        • pyspark
        • python
        • pytorch
        • sdl
        • sfml
        • snowflake
        • stablecoins
        • trading
        • typescript
        • vcpkg
        • vim
        • web scraping
        • wxwidgets
    • Projects
    • Learn
    • About
    Back to index
    • Metadata
      • Friday, August 29, 2025
      • in Frontend Development
      • 1 min read

    Common Frontend Styles I Reuse A Lot.

    This is a blog where I can keep a lot of frontend code I reuse.

    A very clean font family

    font-family: 'Arial Narrow', sans-serif;
    

    Reset for <ul> Element

    list-style: none;
    padding: 0;
    margin: 0;
    

    Font Family Suitable for a food / drinks Brand.

    font-family: "filson-soft";
    

    Push an item to the right :

    margin-left: auto;
    
    wasimmohammed.com