Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions trial.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title> border assign</title>
<style type="text/css">
.f1{
background-color: red;
border: 100px yellow solid;
background-color:rgb(60,65,78);
border: 100px green solid;

}
.f2{
Expand Down Expand Up @@ -41,7 +41,7 @@
</style>
</head>
<body>
<h4>This is Trial.html File </h4>
<h4>This is Trial.html File where the website is getting styled </h4>
<div class="f1" id="sq">
</div>
<div class="f2"id="sq">
Expand Down