Skip to content

Commit 1275e0c

Browse files
committed
500px
1 parent 729ceb2 commit 1275e0c

File tree

6 files changed

+12
-2
lines changed

6 files changed

+12
-2
lines changed

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}

.vs/VSWorkspaceState.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"SelectedNode": "\\style.css",
6+
"PreviewInSolutionExplorer": false
7+
}
Binary file not shown.

.vs/gkpbt-css-circle/v17/.wsuo

16.5 KB
Binary file not shown.

.vs/slnx.sqlite

88 KB
Binary file not shown.

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
}
44
.circle{
55
border-radius:50%;
6-
width:300px;
7-
height:300px;
6+
width:500px;
7+
height:500px;
88
}

0 commit comments

Comments
 (0)