Код аватарки в html

Creating an Avatar File Upload Selector and Preview using HTML, CSS, and JS Tutorial

In this tutorial, you can learn to create an Avatar File Upload Selector and Preview component for web applications using HTML, CSS, and JavaScript. The tutorial aims to provide students and beginners with a reference for learning to build useful website components. Here, I will be providing a simple web page script that demonstrates the creation of an Avatar File Upload Selector and Preview Component.

What is an Avatar File Upload Selector and Preview?

The Avatar File Upload Selector and Preview are of common components in websites or web applications nowadays. It is often used in social networking sites, CMS (Content Management Systems), and mobile apps. This component is an avatar viewer that comes with an option or feature to select a new image to upload and display the selected image on the preview container.

Читайте также:  Смена цвета кнопки при нажатии css

How to create an Avatar File Upload Selector and Preview?

The Avatar File Upload Selector and Preview can be easily achieved or built using HTML elements, CSS codes, and JavaScript built-in events and methods. To create an Avatar File Upload, we will be needing multiple HTML elements that will be used as Preview wrapper/container, Image input file field, and other related containers and wrappers. We can design the Avatar Preview and Selector using CSS codes to our desired looks for the component. Then, using some JS event listeners such as click and change we can detect and trigger the changes of the avatar selected. Check out the web page scripts that I created below to understand more about how it being done.

Sample Web Page Scripts

The scripts below result in a simple web page that contains the Avatar File Upload Selector and Preview Container. The user can simply browse the new avatar to upload by clicking the camera icon located at the button-right side of the Avatar Preview Wrapper/Container.

Page Interface

The script below is the HTML file script named index.html. It contains the page layout and other elements that are needed for this demonstration. Make sure to replace the default image and camera icon paths with the paths that are available on your end.

Stylesheet

Next, the below script is the CSS file script named style.css. It contains the custom style codes for some of the design of the page elements.

JavaScript

Lastly, here is the JavaScript file script named script.js. It contains the codes for making the Avatar File Upload Component functional.

Читайте также:  CSS Infinity Dots Animation Effects

Snapshots

Here are the snapshots of the overall result of the scripts that I provided above.

Avatar File Upload Component

Selecting/Browsing New Image

There you go! I have provided also the complete source code zip file of the scripts that I provided above on this website and it is free to download. The download button is located below this tutorial’s content. Feel Free to download and modify the script to enhance your own capabilities.

That’s it! I hope this Creating an Avatar File Upload Selector and Preview using HTML, CSS, and JS Tutorial will help you with what you are looking for and will be useful for your current and future web application projects.

Explore more on this website for more Tutorials and Free Source Codes.

Источник

Как сделать — Изображение аватар

Узнать, как создать изображение аватара с помощью CSS.

Изображение аватар

Создать изображение аватар

Шаг 1) Добавить HTML:

Пример

Аватар

Шаг 2) Добавить CSS:

Установите соответствие height и width это выглядит хорошо, и используйте свойство border-radius добавление закругленных углов к изображению. 50% сделает изображение круглым:

Пример

Зайдите на наш учебник CSS Изображения, чтобы узнать больше о том, как стилизовать изображения.

Мы только что запустили
SchoolsW3 видео

ВЫБОР ЦВЕТА

colorpicker

Сообщить об ошибке

Если вы хотите сообщить об ошибке или внести предложение, не стесняйтесь отправлять на электронное письмо:

Ваше предложение:

Спасибо Вам за то, что помогаете!

Ваше сообщение было отправлено в SchoolsW3.

ТОП Учебники
ТОП Справочники
ТОП Примеры
Получить сертификат

SchoolsW3 оптимизирован для бесплатного обучения, проверки и подготовки знаний. Примеры в редакторе упрощают и улучшают чтение и базовое понимание. Учебники, ссылки, примеры постоянно пересматриваются, чтобы избежать ошибок, но не возможно гарантировать полную правильность всего содержания. Некоторые страницы сайта могут быть не переведены на РУССКИЙ язык, можно отправить страницу как ошибку, так же можете самостоятельно заняться переводом. Используя данный сайт, вы соглашаетесь прочитать и принять Условия к использованию, Cookies и политика конфиденциальности.

Источник

Tailwind CSS Avatar — Flowbite

The avatar component can be used as a visual identifier for a user profile on your website and you can use the examples from Flowbite to modify the styles and sizes of these components using the utility classes from Tailwind CSS.

Default avatar #

Use this example to create a circle and rounded avatar on an image element.

Rounded avatar

img class="w-10 h-10 rounded-full" src="/docs/images/people/profile-picture-5.jpg" alt="Rounded avatar"> img class="w-10 h-10 rounded" src="/docs/images/people/profile-picture-5.jpg" alt="Default avatar">

Bordered #

Apply a border around the avatar component you can use the ring- class from Tailwind CSS.

Bordered avatar

img class="w-10 h-10 p-1 rounded-full ring-2 ring-gray-300 dark:ring-gray-500" src="/docs/images/people/profile-picture-5.jpg" alt="Bordered avatar">

Placeholder icon #

Use this example as a placeholder icon for the user profile when there is no custom image available.

div class="relative w-10 h-10 overflow-hidden bg-gray-100 rounded-full dark:bg-gray-600"> svg class="absolute w-12 h-12 text-gray-400 -left-1" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">path fill-rule="evenodd" d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z" clip-rule="evenodd">path>svg> div>

Placeholder initials #

This example can be used to show the initials of the user’s first and last name as a placeholder when no profile picture is available.

div class="relative inline-flex items-center justify-center w-10 h-10 overflow-hidden bg-gray-100 rounded-full dark:bg-gray-600"> span class="font-medium text-gray-600 dark:text-gray-300">JLspan> div>

Avatar tooltip #

Use this example to show a tooltip when hovering over the avatar.

Medium avatar

Medium avatar

Medium avatar

div> div id="tooltip-jese" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Jese Leos div class="tooltip-arrow" data-popper-arrow>div> div> img data-tooltip-target="tooltip-jese" class="w-10 h-10 rounded" src="/docs/images/people/profile-picture-5.jpg" alt="Medium avatar"> div> div> div id="tooltip-roberta" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Roberta Casas div class="tooltip-arrow" data-popper-arrow>div> div> img data-tooltip-target="tooltip-roberta" class="w-10 h-10 rounded" src="/docs/images/people/profile-picture-4.jpg" alt="Medium avatar"> div> div> div id="tooltip-bonnie" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Bonnie Green div class="tooltip-arrow" data-popper-arrow>div> div> img data-tooltip-target="tooltip-bonnie" class="w-10 h-10 rounded" src="/docs/images/people/profile-picture-3.jpg" alt="Medium avatar"> div>

Dot indicator #

Use a dot element relative to the avatar component as an indicator for the user (eg. online or offline status).

Источник

Как сделать — Изображение аватар

Узнать, как создать изображение аватара с помощью CSS.

Изображение аватар

Создать изображение аватар

Шаг 1) Добавить HTML:

Пример

Аватар

Шаг 2) Добавить CSS:

Установите соответствие height и width это выглядит хорошо, и используйте свойство border-radius добавление закругленных углов к изображению. 50% сделает изображение круглым:

Пример

Зайдите на наш учебник CSS Изображения, чтобы узнать больше о том, как стилизовать изображения.

Мы только что запустили
SchoolsW3 видео

ВЫБОР ЦВЕТА

colorpicker

Сообщить об ошибке

Если вы хотите сообщить об ошибке или внести предложение, не стесняйтесь отправлять на электронное письмо:

Ваше предложение:

Спасибо Вам за то, что помогаете!

Ваше сообщение было отправлено в SchoolsW3.

ТОП Учебники
ТОП Справочники
ТОП Примеры
Получить сертификат

SchoolsW3 оптимизирован для бесплатного обучения, проверки и подготовки знаний. Примеры в редакторе упрощают и улучшают чтение и базовое понимание. Учебники, ссылки, примеры постоянно пересматриваются, чтобы избежать ошибок, но не возможно гарантировать полную правильность всего содержания. Некоторые страницы сайта могут быть не переведены на РУССКИЙ язык, можно отправить страницу как ошибку, так же можете самостоятельно заняться переводом. Используя данный сайт, вы соглашаетесь прочитать и принять Условия к использованию, Cookies и политика конфиденциальности.

Источник

Tailwind CSS Avatar — Flowbite

The avatar component can be used as a visual identifier for a user profile on your website and you can use the examples from Flowbite to modify the styles and sizes of these components using the utility classes from Tailwind CSS.

Default avatar #

Use this example to create a circle and rounded avatar on an image element.

Rounded avatar

img class="w-10 h-10 rounded-full" src="/docs/images/people/profile-picture-5.jpg" alt="Rounded avatar"> img class="w-10 h-10 rounded" src="/docs/images/people/profile-picture-5.jpg" alt="Default avatar">

Bordered #

Apply a border around the avatar component you can use the ring- class from Tailwind CSS.

Bordered avatar

img class="w-10 h-10 p-1 rounded-full ring-2 ring-gray-300 dark:ring-gray-500" src="/docs/images/people/profile-picture-5.jpg" alt="Bordered avatar">

Placeholder icon #

Use this example as a placeholder icon for the user profile when there is no custom image available.

div class="relative w-10 h-10 overflow-hidden bg-gray-100 rounded-full dark:bg-gray-600"> svg class="absolute w-12 h-12 text-gray-400 -left-1" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">path fill-rule="evenodd" d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z" clip-rule="evenodd">path>svg> div>

Placeholder initials #

This example can be used to show the initials of the user’s first and last name as a placeholder when no profile picture is available.

div class="relative inline-flex items-center justify-center w-10 h-10 overflow-hidden bg-gray-100 rounded-full dark:bg-gray-600"> span class="font-medium text-gray-600 dark:text-gray-300">JLspan> div>

Avatar tooltip #

Use this example to show a tooltip when hovering over the avatar.

Medium avatar

Medium avatar

Medium avatar

div> div id="tooltip-jese" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Jese Leos div class="tooltip-arrow" data-popper-arrow>div> div> img data-tooltip-target="tooltip-jese" class="w-10 h-10 rounded" src="/docs/images/people/profile-picture-5.jpg" alt="Medium avatar"> div> div> div id="tooltip-roberta" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Roberta Casas div class="tooltip-arrow" data-popper-arrow>div> div> img data-tooltip-target="tooltip-roberta" class="w-10 h-10 rounded" src="/docs/images/people/profile-picture-4.jpg" alt="Medium avatar"> div> div> div id="tooltip-bonnie" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white transition-opacity duration-300 bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Bonnie Green div class="tooltip-arrow" data-popper-arrow>div> div> img data-tooltip-target="tooltip-bonnie" class="w-10 h-10 rounded" src="/docs/images/people/profile-picture-3.jpg" alt="Medium avatar"> div>

Dot indicator #

Use a dot element relative to the avatar component as an indicator for the user (eg. online or offline status).

Источник

Оцените статью