Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632129 Views

Latest files of /cody/seershan/basic-tribute-satyajit-ray-website

README.md cody/seershan/basic-tribute-satyajit-ray-website/README.md
181 Views
0 Comments
# basic-tribute-satyajit-ray-website

# Tribute Website for Satyajit Ray

This is a simple tribute website dedicated to the renowned filmmaker Satyajit Ray. The website is built using HTML and CSS as a practice project.

## Project Overview

styles.css cody/seershan/basic-tribute-satyajit-ray-website/styles.css
91 Views
0 Comments
*{
padding: 0;
margin: 0;
}

.name{
top: 0;
height: 80px;
index.html cody/seershan/basic-tribute-satyajit-ray-website/index.html
452 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>