css

PHOTO EMBED

Wed Feb 07 2024 06:13:02 GMT+0000 (Coordinated Universal Time)

Saved by @liban #javascript

header{
    background-color: #333;
    color: #fff;
    padding: 10px 0;
}

nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
}
nav li{
    margin: 0 20px;
}
nav a{
    text-decoration: none;
    color: #fff;
}
content_copyCOPY

css