Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
stochastic-sisyphus authored Aug 7, 2024
1 parent cf42779 commit 693072b
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions github-repo-analyzer/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}

h1, h2 {
color: #2c3e50;
}

form {
margin-bottom: 20px;
}

input[type="text"] {
padding: 10px;
width: 300px;
font-size: 16px;
}

input[type="submit"] {
padding: 10px 20px;
background-color: #3498db;
color: white;
border: none;
cursor: pointer;
font-size: 16px;
}

table {
border-collapse: collapse;
width: 100%;
margin-bottom: 20px;
}

th, td {
text-align: left;
padding: 8px;
border-bottom: 1px solid #ddd;
}

th {
background-color: #f2f2f2;
}

img {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}

textarea {
width: 100%;
padding: 10px;
font-family: monospace;
}

0 comments on commit 693072b

Please sign in to comment.