Skip to content

Commit

Permalink
Create edge.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 13, 2024
1 parent fddadcc commit 3e1568e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions projects/pi-atlas/styles/edge.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/* Edge Styles */

.edge-container {
background-color: #f7f7f7;
border: 1px solid #ddd;
padding: 20px;
margin: 20px;
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
}

.edge-header {
background-color: #337ab7;
color: #fff;
padding: 10px;
text-align: center;
border-bottom: 1px solid #ddd;
}

.edge-header h2 {
margin-top: 0;
}

.edge-content {
padding: 20px;
}

.edge-content ul {
list-style: none;
margin: 0;
padding: 0;
}

.edge-content li {
margin-bottom

0 comments on commit 3e1568e

Please sign in to comment.