Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices tagged with css

  1. Shannon Kay (shannonkay@bookstodon.com)'s status on Tuesday, 11-Feb-2025 01:43:19 UTC Shannon Kay Shannon Kay

    Now presenting

    Make Your Own Website
    https://web.pixelshannon.com/make

    This guide is intended to help beginners make their first website with HTML/CSS.

    I originally wrote it for my daughter, then 12 years old, so she could make a website for a school project. I think it is now complete-enough for anyone to follow to get started making a personal or hobby site.

    Let me know what you think!

    #MakeYourOwnWebsite #PersonalSites #PersonalWeb #SmallWeb #HTML #CSS #IndieWeb #WebDev #homepage #SmolWeb

    In conversation about 3 months ago from bookstodon.com permalink

    Attachments


  2. Adële 💖✨ (adele@phpc.social)'s status on Monday, 22-Jul-2024 19:22:33 UTC Adële 💖✨ Adële 💖✨

    Simple.css: a minimalist css framework

    If building a stylesheet in css from scratch seems too complicated for you, Simple.css is a solution. This lightweight framework stands on HTML elements (and their semantic specs) and not on specific classes. So, your pages can fully follow the smolweb guidelines and get a responsive design that respects the choices of the user such as font sizes and light/dark preference.

    https://simplecss.org/

    https://smolweb.org/posts/2024-07-22-simple-css.html

    #smolweb #smallweb #css

    In conversation about 10 months ago from phpc.social permalink
  3. Daniel Gil :verified: (dgil@mastodont.cat)'s status on Tuesday, 04-Jul-2023 03:57:23 UTC Daniel Gil :verified: Daniel Gil :verified:

    Porto ja uns dies barallant-me amb certificats digitals i altres merdes per a unes webs, i encara no ho he pogut solucionar. I d'aquí poc m'hauré de posar a tocar també #css i #html
    En fi.

    In conversation Tuesday, 04-Jul-2023 03:57:23 UTC from mastodont.cat permalink
  4. Fede Garcia 🇦🇷 (fedex6@mastodon.social)'s status on Monday, 30-Jan-2023 00:18:30 UTC Fede Garcia 🇦🇷 Fede Garcia 🇦🇷

    RE #introduccion
    [Por mudanza de cuenta]

    #Argentino, amante de la #tecnologia, del #automovilismo, #basket y de #musica escucho mas que nada Rock y sus variantes (mas cercanas, nada experimental jaja), Metal y Grunge.

    Actualmente trabajo como developer para una empresa, principalmente me encargo del CRM, que esta hecho enteramente por mi en #HTML, #CSS, #JS, #PHP y #MySQL.
    Tambien he hecho cosas en #Python para el trabajo, principalmente para IoT con una Raspberry.

    Y fan de  !

    In conversation Monday, 30-Jan-2023 00:18:30 UTC from mastodon.social permalink
  5. Vincent Tunru (vincenttunru@fosstodon.org)'s status on Friday, 27-Aug-2021 12:07:52 UTC Vincent Tunru Vincent Tunru

    Like #RSS? Know #CSS? I created a tool to generate RSS feeds from arbitrary websites using CSS selectors.
    And it's called... Feed me up, Scotty!

    https://feed-me-up-scotty.vincenttunru.com

    In conversation Friday, 27-Aug-2021 12:07:52 UTC from fosstodon.org permalink
  6. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Monday, 12-Oct-2020 00:09:48 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @nomadimdad From the managerial sciences and publicity and propaganda science/studies: “design” expresses an improvement to product's function. “layout” only deals with aesthetics. Sometimes a change of color can be design choice (e.g.: to help #ColorBlind) . Other hint: some #CSS attributes accept “CurrentColor” so that you don't need to specify color twice. Also watch for form control dimensions in tiny screens. #W3C #WCAG publications may help.

    In conversation Monday, 12-Oct-2020 00:09:48 UTC from ecodigital.social permalink
  7. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Monday, 12-Oct-2020 00:00:08 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @nomadimdad Please also teach #HTML element's roles and #ARIA accessibility. Besides, there are modern elements such as Template, Dialog and Details/Summary which, together with #CSS, deserve attention due to potential to replace some #JavaScript . For example, you can collapse/expand stuff watching states of form controls. Also foster Input File's “multiple” attribute and other existing input types to represent data in machine readable and standardized way instead of Input type Text.

    In conversation Monday, 12-Oct-2020 00:00:08 UTC from ecodigital.social permalink
  8. Strypey (strypey@mastodon.nzoss.nz)'s status on Saturday, 20-Jun-2020 14:44:03 UTC Strypey Strypey
    in reply to

    For those who want to reduce the #Javascript on their sites to the absolute minimum but don't know how, there's some really good advice towards the end of Eevee's brief history of #HTML and #CSS layout tools:
    https://eev.ee/blog/2020/02/01/old-css-new-css/

    In conversation Saturday, 20-Jun-2020 14:44:03 UTC from mastodon.nzoss.nz permalink

    Attachments

    1. Old CSS, new CSS
      from Eevee
      I first got into web design/development in the late 90s, and only as I type this sentence do I realize how long ago that was. And boy, it was horrendous. I mean, being able to make stuff an
  9. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 12-May-2020 19:10:41 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • F-Droid

    @_microbe101 @fdroidorg Use #GNU #LibreJS to disable only non-free #JavaScript. There are somethings that #JS does that pure #HTML or #CSS don't do, such as real time page updates.

    In conversation Tuesday, 12-May-2020 19:10:41 UTC from ecodigital.social permalink
  10. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 25-Feb-2020 18:43:33 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    in reply to
    • F-Droid

    @fdroidorg Also, even with client-side autoexecuted #JavaScript (which in most cases doesn't have correct machine-and-human readable markup stating wether it's #FreeSoftware), one can make a keylogger using known #JavaScript libraries/applications and #CSS.

    In conversation Tuesday, 25-Feb-2020 18:43:33 UTC from ecodigital.social permalink
  11. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 25-Feb-2020 18:42:03 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    Also, even with client-side autoexecuted #JavaScript (which in most cases doesn't have correct machine-and-human readable markup stating wether it's #FreeSoftware), one can make a keylogger using known #JavaScript libraries/applications and #CSS.

    In conversation Tuesday, 25-Feb-2020 18:42:03 UTC from ecodigital.social permalink
  12. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Tuesday, 25-Feb-2020 15:38:17 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira

    @markosaric Modern #HTML and #CSS do many things. Use roll-out parts (be visible when an input is clicked). For #CAPTCHA, see https://www.coactivate.org/projects/disintermedia/i-am-not-a-human . Also, implement #ProgressiveEnhancement instead of #GracefulDegradation (see https://mikegerwitz.com/2017/06/dont-force-me-to-use-your-tools-on-the-web ). Avoid "Meta refresh". Make the page load completely (only then make #JS or #CSS hide). Avoid spinners. Make #JavaScript optional (an #WebExtension should provide those if the user so desires).

    In conversation Tuesday, 25-Feb-2020 15:38:17 UTC from ecodigital.social permalink

    Attachments

    1. I Am Not a Human - Disintermedia - CoActivate
    2. No result found on File_thumbnail lookup.
      Don’t force me to use your tools [on the Web] — Mike Gerwitz
  13. Sphinx (sphinx@qoto.org)'s status on Friday, 08-Nov-2019 02:00:14 UTC Sphinx Sphinx

    # Introduction

    Hi. Everyone. it’s an honor be here and thank you for having me. I was born in China and now live in the western country The reason I choose this instance because:
    1. have full search function that include the word you toot
    2. Connected to almost all the instance
    3. The word limited for one toot is huge;

    (I thought this is an introduction for you) :)
    I used to be an IT admin in my company. And currently learning #JavaScript #CSS #HTML.
    I like to make friends but based on respect each other. welcome to talk with me in Chinese or English
    (my English name isn’t Sphinx because it’s too cool for an English name)

    In conversation Friday, 08-Nov-2019 02:00:14 UTC from qoto.org permalink
  14. Federation Bot (federationbot@mastodon.host)'s status on Wednesday, 23-Oct-2019 11:56:23 UTC Federation Bot Federation Bot

    Trending tags:
    #lichen
    #tarot
    #reflect
    #stop
    #manifesto
    #css

    In conversation Wednesday, 23-Oct-2019 11:56:23 UTC from mastodon.host permalink
  15. Federation Bot (federationbot@mastodon.host)'s status on Wednesday, 23-Oct-2019 10:51:20 UTC Federation Bot Federation Bot

    Trending tags:
    #lichen
    #tarot
    #reflect
    #stop
    #css
    #manifesto

    In conversation Wednesday, 23-Oct-2019 10:51:20 UTC from mastodon.host permalink
  16. Federation Bot (federationbot@mastodon.host)'s status on Monday, 09-Sep-2019 10:46:31 UTC Federation Bot Federation Bot

    Trending tags:
    #videojuegosdenuestrainfancia
    #rock
    #uq6
    #vélotaf
    #css
    #gundamseed

    In conversation Monday, 09-Sep-2019 10:46:31 UTC from mastodon.host permalink
  17. tassaron! :tassmuffin: (brianna@tassaron.com)'s status on Wednesday, 04-Sep-2019 17:26:06 UTC tassaron! :tassmuffin: tassaron! :tassmuffin:

    one of my friends with an outdated phone couldn't see the text-shadow on my website. A small footnote on caniuse.com told me I needed to set the blur-radius to something other than 0 to have it show up on old versions of Android. Bleh #CSS

    In conversation Wednesday, 04-Sep-2019 17:26:06 UTC from tassaron.com permalink
  18. Nextcloud 📱☁️💻 (nextcloud@mastodon.xyz)'s status on Monday, 24-Jun-2019 08:25:35 UTC Nextcloud 📱☁️💻 Nextcloud 📱☁️💻

    Did you know we have no less than 83 good first issues in our issue tracker? Those are great to get started with if you want to help make #nextcloud better! #javascript #PHP #CSS
    https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22

    In conversation Monday, 24-Jun-2019 08:25:35 UTC from mastodon.xyz permalink
  19. Doc Edward Morbius ⭕ (dredmorbius@mastodon.cloud)'s status on Tuesday, 16-Apr-2019 06:04:59 UTC Doc Edward Morbius ⭕ Doc Edward Morbius ⭕

    Any Markdown / Pandoc mavens know how to tweak the HTML DOM generated for HTML pages?

    I'm looking at one for an article which doesn't seem to generate <article> or <main> elements, though if it did either, would make some layout / CSS issues a lot easier to deal with.

    Problem now is that when I set additional margins within <blockquote> segements, they don't really or consistently differ from the adjacent <p> elements. I have a sad.

    #pandoc #markdown #html #css

    In conversation Tuesday, 16-Apr-2019 06:04:59 UTC from mastodon.cloud permalink
  20. jl4 (~(-_( ~_~)_-)~) (jordila@social.ingobernable.net)'s status on Wednesday, 27-Mar-2019 09:05:14 UTC jl4 (~(-_( ~_~)_-)~) jl4 (~(-_( ~_~)_-)~)

    « A dead simple, responsive #CSS boilerplate.»

    http://getskeleton.com/

    In conversation Wednesday, 27-Mar-2019 09:05:14 UTC from social.ingobernable.net permalink
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.