https://github.com/codersales/site-for-sites
https://github.com/codersales/site-for-sites
code-lite css favorite html not-critical not-current not-jupyter notes portfolio-project project study web-development
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codersales/site-for-sites
- Owner: CoderSales
- License: mit
- Created: 2022-11-29T16:15:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T20:44:51.000Z (over 2 years ago)
- Last Synced: 2024-12-30T23:32:54.209Z (4 months ago)
- Topics: code-lite, css, favorite, html, not-critical, not-current, not-jupyter, notes, portfolio-project, project, study, web-development
- Language: HTML
- Homepage: https://codersales.github.io/site-for-sites/
- Size: 4.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# site-for-sites

### Summary of CSS techniques used / possiblilitiesfloat
text-align
grid
flex
flex-direction
display
margin-left: auto;
margin-right: 0;
height: 33vh;
width: 33vw;
### References
- [w3schools css try](https://www.w3schools.com/cssref/tryit.php?filename=trycss_unit_vw)
- [css text-align](https://www.geeksforgeeks.org/how-to-align-text-in-html/)
- [mdn css](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction)
- [How do I right align div elements?](https://stackoverflow.com/questions/7693224/how-do-i-right-align-div-elements)
- [Two div blocks on same line](https://stackoverflow.com/questions/10451445/two-div-blocks-on-same-line)
- [Left Align and Right Align Text on the Same Line](https://css-tricks.com/left-align-and-right-align-text-on-the-same-line/)- [embed one webpage within another](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe)
- [w3schhols img tag](https://www.w3schools.com/html/html_images.asp)
- [::before](https://developer.mozilla.org/en-US/docs/Web/CSS/::before)
- [CSS selectors](https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors#:~:text=A%20CSS%20selector%20is%20the,the%20rule%20applied%20to%20them.)
- [hover](https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes)#### Stackoverflow Snapshots
- [2-1-stackoverflow-cdf.png](https://stackoverflow.com/questions/24788200/calculate-the-cumulative-distribution-function-cdf-in-python)- [How do I use Target=_blank on a response.redirect?](https://stackoverflow.com/questions/8994285/how-do-i-use-target-blank-on-a-response-redirect)
- [HTML target Attribute](https://www.w3schools.com/tags/att_a_target.asp)#### Jupyter notebook embed
- [Jupyter Everywhere](https://blog.jupyter.org/jupyter-everywhere-f8151c2cc6e8)