diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3410d23 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "workbench.settings.editor": "ui" +} \ No newline at end of file diff --git a/index.html b/index.html index 601f5c3..b8ce311 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,83 @@ - Document - + Web Development Projects + + + + - + +
+ + +
+ + + \ No newline at end of file diff --git a/left-frame.html b/left-frame.html index a0895e3..0471564 100644 --- a/left-frame.html +++ b/left-frame.html @@ -1,239 +1,163 @@ + - - - Document - + + + Web Development Projects + + + + + + + + -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- - -.radio-input:checked + .radio-label { - background-color: #c3dbff; - border-color: #1151ff; -} - -.radio-input:focus + .radio-label { - outline: 2px solid #1151ff; -} - -.radio-inner-circle { - display: inline-block; - width: 1em; - height: 1em; - border: 2px solid #888; - border-radius: 50%; - margin-right: 0.5em; - transition: border-color 0.2s; + + position: absolute; + width: 0%; + height: 2px; + background-color: red; + transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1); + transition-duration: 400ms; + transition-property: width, left; +} */ + + + \ No newline at end of file diff --git a/main-frame.html b/main-frame.html new file mode 100644 index 0000000..4550fc4 --- /dev/null +++ b/main-frame.html @@ -0,0 +1,141 @@ + + + + + + + Document + + + +
+
+

Loading

+
+ CSS + HTML + CSS + Javascript + Select project +
+
+
+ + + + + + \ No newline at end of file